mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
s/esp/rsp/
This commit is contained in:
parent
e5f1b76f99
commit
db28845539
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ FUNC longjmp
|
|||
|
||||
/* Store return address */
|
||||
mov rax, [rcx + JUMP_BUFFER_Rip]
|
||||
mov [esp + 8], rax
|
||||
mov [rsp + 8], rax
|
||||
|
||||
mov rax, rdx /* Move rdx into rax (return value) */
|
||||
test rax, rax /* Check if rdx is 0 */
|
||||
|
|
Loading…
Reference in a new issue