gdb/
[deliverable/binutils-gdb.git] / gdb / python / py-stopevent.c
index 7660dd2412695c3bbdc0b16b16a563f7ed079470..7e0094848dd51fafb7c1cd63a1f854e456bc4c1e 100644 (file)
@@ -84,8 +84,8 @@ emit_stop_event (struct bpstats *bs, enum gdb_signal stop_signal)
     }
 
   /* Check if the signal is "Signal 0" or "Trace/breakpoint trap".  */
-  if (stop_signal != TARGET_SIGNAL_0
-      && stop_signal != TARGET_SIGNAL_TRAP)
+  if (stop_signal != GDB_SIGNAL_0
+      && stop_signal != GDB_SIGNAL_TRAP)
     {
       stop_event_obj =
          create_signal_event_object (stop_signal);
This page took 0.023631 seconds and 4 git commands to generate.