Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3232 → Rev 3231

/kernel/branches/Kolibri-acpi/core/memory.inc
606,12 → 606,8
 
align 4
get_pg_addr:
sub eax, OS_BASE
cmp eax, 0x400000
jb @f
shr eax, 12
mov eax, [page_tabs+(eax+(OS_BASE shr 12))*4]
@@:
mov eax, [page_tabs+eax*4]
and eax, 0xFFFFF000
ret