Fixed using wrong system call in libmaxsi/x64/signal.s

This commit is contained in:
Jonas 'Sortie' Termansen 2011-12-04 18:24:06 +01:00
parent 61f02431ee
commit a2dd8be7aa
1 changed files with 1 additions and 1 deletions

View File

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