Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8216 → Rev 8215

/kernel/trunk/kernel.asm
5674,10 → 5674,6
; 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
5684,6 → 5680,7
 
mov eax, 1
jmp .ret
 
@@:
xor eax, eax
.ret: