mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fixed using wrong system call in libmaxsi/x64/signal.s
This commit is contained in:
parent
61f02431ee
commit
a2dd8be7aa
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ SignalHandlerAssembly:
|
|||
call SignalHandler
|
||||
|
||||
# Return control to the kernel, so normal computation can resume normally.
|
||||
movl $3, %eax
|
||||
movl $30, %eax # SysSigReturn
|
||||
int $0x80
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue