mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +00:00
big fix
This commit is contained in:
parent
13ddef3f4f
commit
77a2ff72af
1 changed files with 2 additions and 4 deletions
|
@ -80,9 +80,8 @@ FUNC _setjmp
|
|||
mov rsp, rbp /* Restore original rsp */
|
||||
pop rbp /* Restore original rbp */
|
||||
xor eax, eax /* Return 0 */
|
||||
ret
|
||||
LABEL1:
|
||||
nop
|
||||
ret
|
||||
ENDFUNC
|
||||
|
||||
/*!
|
||||
|
@ -126,9 +125,8 @@ FUNC _setjmpex
|
|||
mov rsp, rbp /* Restore original rsp */
|
||||
pop rbp /* Restore original rbp */
|
||||
xor eax, eax /* Return 0 */
|
||||
ret
|
||||
LABEL2:
|
||||
nop
|
||||
ret
|
||||
ENDFUNC
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue