* remote-es.c: Replace ignore with 0.
[deliverable/binutils-gdb.git] / gdb / remote-es.c
index 162e853eae859e7dc08e680d40fd930f87aebbb0..04ec81bd2b311392445bbf6a68d7cbfc26513882 100644 (file)
@@ -2075,7 +2075,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
   NULL,                                /* to_mourn_inferior */
   0,                           /* to_can_run */
   0,                           /* to_notice_signals */
-  ignore,                      /* to_stop */
+  0,                           /* to_stop */
   core_stratum,                        /* to_stratum */
   0,                           /* to_next */
   0,                           /* to_has_all_memory */
This page took 0.024387 seconds and 4 git commands to generate.