gas/
[deliverable/binutils-gdb.git] / gdb / monitor.c
index e5a2a7c6ec9747b98ed80ce04b3bca6d4209139c..b9f345e4538056e358a86e30f8c7d331e8ee3718 100644 (file)
@@ -1162,7 +1162,7 @@ monitor_wait (struct target_ops *ops,
 #endif
 
   status->kind = TARGET_WAITKIND_STOPPED;
-  status->value.sig = TARGET_SIGNAL_TRAP;
+  status->value.sig = GDB_SIGNAL_TRAP;
 
   discard_cleanups (old_chain);
 
This page took 0.023326 seconds and 4 git commands to generate.