aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index a1543ab..cc6b203 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -5080,7 +5080,7 @@ handle_syscall_event (struct execution_control_state *ecs)
syscall_number = ecs->ws.syscall_number ();
ecs->event_thread->set_stop_pc (regcache_read_pc (regcache));
- if (catch_syscall_enabled () > 0
+ if (catch_syscall_enabled ()
&& catching_syscall_number (syscall_number))
{
infrun_debug_printf ("syscall number=%d", syscall_number);