Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 821 → Rev 837

/kernel/branches/kolibri_pe/core/memory.inc
241,7 → 241,9
@@:
xor eax, eax
xchg eax, [esi]
push eax
invlpg [edi]
pop eax
 
test eax, 1
jz .next
417,7 → 419,9
mov dword [app_page_tabs+edi*4], 2
mov ebx, edi
shl ebx, 12
push eax
invlpg [ebx]
pop eax
call free_page
 
.next: add edi, 1
559,13 → 563,8
 
inc [pg_data.pages_faults]
 
; push eax
; push edx
; mov edx, 0x400 ;bochs
; mov al,0xff ;bochs
; out dx, al ;bochs
; pop edx
; pop eax
; xchg bx,bx
; jmp .exit
 
mov ebx, [.err_addr]
mov eax, [.err_code]