diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 22:33:30 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 22:33:30 -0500 |
| commit | 50ff0c0c5b6b1e3b89967f679b1edf78788494b7 (patch) | |
| tree | d5d01f2990a186f3389dc634594ac8720a8f688e /src/setjmp/__longjmp.x86-64.s | |
| parent | afb77ecfbce74bdd61b607b84f6b967898e7787f (diff) | |
update to 1:1 checked functions
Diffstat (limited to 'src/setjmp/__longjmp.x86-64.s')
| -rw-r--r-- | src/setjmp/__longjmp.x86-64.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setjmp/__longjmp.x86-64.s b/src/setjmp/__longjmp.x86-64.s index de666dce..b62f5879 100644 --- a/src/setjmp/__longjmp.x86-64.s +++ b/src/setjmp/__longjmp.x86-64.s @@ -1,5 +1,5 @@ -.global __longjmp -__longjmp: +.global ___longjmp +___longjmp: mov %rdi, %rax mov 0x08(%rax), %rbx mov 0x18(%rax), %rdx |
