testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-thread.exp...
[deliverable/binutils-gdb.git] / gdb / i386-linux-tdep.c
index 20229276b9bc8ede5d48063e4116c9cf39a9d8df..04ce2df530131e6326b9f052a2b5cba25dc96bf3 100644 (file)
@@ -381,7 +381,7 @@ i386_canonicalize_syscall (int syscall)
   if (syscall <= i386_syscall_max)
     return syscall;
   else
-    return -1;
+    return gdb_sys_no_syscall;
 }
 
 /* Parse the arguments of current system call instruction and record
This page took 0.023593 seconds and 4 git commands to generate.