mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Fix call instruction in signal_trampoline.s
This commit is contained in:
parent
d3a16469ad
commit
000273aea0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user