mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
big fix 2
This commit is contained in:
parent
77a2ff72af
commit
c134e11a47
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,10 @@ FUNC _setjmp
|
|||
|
||||
.endprolog
|
||||
|
||||
#if 1
|
||||
xor rdx, rdx
|
||||
jmp _setjmpex
|
||||
#else
|
||||
push rbp /* Save rbp */
|
||||
mov rbp, rsp /* rbp = rsp */
|
||||
and rsp, -16 /* Align rsp to 16-byte boundary */
|
||||
|
@ -82,6 +86,7 @@ FUNC _setjmp
|
|||
xor eax, eax /* Return 0 */
|
||||
LABEL1:
|
||||
ret
|
||||
#endif
|
||||
ENDFUNC
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue