gdb/
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index d1754f83263b646b5feddac3d2e659888c78b355..d39573127804ca92f2ef66b002d1a6088814a1c0 100644 (file)
@@ -210,7 +210,7 @@ proceed_thread (struct thread_info *thread, int pid)
 
   switch_to_thread (thread->ptid);
   clear_proceed_status ();
-  proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 0);
+  proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
 }
 
 static int
This page took 0.025566 seconds and 4 git commands to generate.