about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libtools/signal32.c2
-rw-r--r--src/libtools/signals.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libtools/signal32.c b/src/libtools/signal32.c
index 2f4a0a16..fc07d8aa 100644
--- a/src/libtools/signal32.c
+++ b/src/libtools/signal32.c
@@ -861,7 +861,7 @@ void my32_sigactionhandler(int32_t sig, siginfo_t* info, void * ucntx)
     void* db = NULL;
     #endif
 
-    my_sigactionhandler_oldcode_32(sig, 0, info, ucntx, NULL, db);
+    my_sigactionhandler_oldcode_32(NULL, sig, 0, info, ucntx, NULL, db);
 }
 
 
diff --git a/src/libtools/signals.c b/src/libtools/signals.c
index 7b1bbf30..c1ff9f9a 100644
--- a/src/libtools/signals.c
+++ b/src/libtools/signals.c
@@ -953,7 +953,7 @@ int sigbus_specialcases(siginfo_t* info, void * ucntx, void* pc, void* _fpsimd)
 }
 
 #ifdef BOX32
-void my_sigactionhandler_oldcode_32(ix64emu_t* emu, nt32_t sig, int simple, siginfo_t* info, void * ucntx, int* old_code, void* cur_db);
+void my_sigactionhandler_oldcode_32(x64emu_t* emu, int32_t sig, int simple, siginfo_t* info, void * ucntx, int* old_code, void* cur_db);
 #endif
 void my_sigactionhandler_oldcode_64(x64emu_t* emu, int32_t sig, int simple, siginfo_t* info, void * ucntx, int* old_code, void* cur_db)
 {