Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8215 → Rev 8216

/kernel/trunk/kernel.asm
5674,6 → 5674,10
; ebx = len
; out: eax = 1 if region in userspace memory, 0 if not
push esi edi ecx
 
cmp eax, OS_BASE
ja @f
 
add eax, ebx
cmp eax, OS_BASE
ja @f
5680,7 → 5684,6
 
mov eax, 1
jmp .ret
 
@@:
xor eax, eax
.ret: