forked from KolibriOS/kolibrios
fix return value from .addr_error in sysfn 26.2 , 9
git-svn-id: svn://kolibrios.org@8249 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2a0073bdfb
commit
af4695e15c
@ -1806,7 +1806,7 @@ sys_getsetup:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.addr_error: ; if given memory address is illegal
|
.addr_error: ; if given memory address is illegal
|
||||||
mov eax, -1
|
mov dword [esp+32], -1
|
||||||
ret
|
ret
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
@@:
|
@@:
|
||||||
@ -3268,7 +3268,7 @@ sys_cpuusage:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.addr_error: ; if given memory address is illegal
|
.addr_error: ; if given memory address is illegal
|
||||||
mov eax, -1
|
mov dword [esp+32], -1
|
||||||
ret
|
ret
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
|
Loading…
Reference in New Issue
Block a user