diff options
author | Kung Hsu <kung@cygnus> | 1995-03-14 18:48:06 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-03-14 18:48:06 +0000 |
commit | 1990231d574a0c1116ea8847c258d09f01561536 (patch) | |
tree | 1da2ad96af398f1ac87d54f50587b12e525f2943 /gdb/remote-es.c | |
parent | 9be82863cc66892bcad0a27426f128725e1c2d34 (diff) | |
download | gdb-1990231d574a0c1116ea8847c258d09f01561536.zip gdb-1990231d574a0c1116ea8847c258d09f01561536.tar.gz gdb-1990231d574a0c1116ea8847c258d09f01561536.tar.bz2 |
* remote-es.c: Replace ignore with 0.
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index 162e853..04ec81b 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -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 */ |