s/esp/rsp/

This commit is contained in:
Katayama Hirofumi MZ 2025-03-30 12:15:43 +09:00
parent e5f1b76f99
commit db28845539

View file

@ -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 */