diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 8bda435..9699901 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -4690,7 +4690,7 @@ procfs_files_info (struct target_ops *ignore) static void procfs_stop (ptid_t ptid) { - kill (-inferior_process_group, SIGINT); + kill (-inferior_process_group (), SIGINT); } /* |