Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1306 → Rev 1307

/kernel/trunk/core/sys32.inc
284,7 → 284,6
; mov al, 0x20
add eax,(0x20-0x5)
 
mov al, 0x20
out 0x20, al
ret
;destroy eax
424,9 → 423,7
; cmp eax,1
dec ebx
jnz .no_application_mem_resize
;fix it!
mov ebx,ecx
stdcall new_mem_resize, ebx
stdcall new_mem_resize, ecx
mov [esp+32], eax
.no_application_mem_resize:
ret