Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 840 → Rev 841

/kernel/branches/kolibri_pe/core/memory.inc
1306,3 → 1306,14
endp
 
 
align 4
_balloc: ; gcc fastcall
 
mov eax, [_last_page]
add ecx, 4095
and ecx, -4096
add ecx, eax
mov [_last_page], ecx
add eax, OS_BASE
ret