Fix call instruction in signal_trampoline.s

This commit is contained in:
EnderIce2 2024-03-02 01:19:03 +02:00
parent d3a16469ad
commit 000273aea0
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -28,7 +28,7 @@ _sig_native_trampoline_end:
_sig_linux_trampoline_start:
movq %rsp, %rbp
movq (%rbp), %rax
call %rax
call *%rax
mov %rbp, %rsp
/* rt_sigreturn = 15 */
movq $15, %rax