diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-06-20 19:13:20 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-06-20 19:13:20 +0000 |
commit | 4a4307947e623d46d9641e7e9ae519272f646649 (patch) | |
tree | 68fe58a6f93217fd705778c4b95de723a5a79897 /gdb/w89k-rom.c | |
parent | 34308df7a356a049c3bbd396ed5852810991857e (diff) | |
download | gdb-4a4307947e623d46d9641e7e9ae519272f646649.zip gdb-4a4307947e623d46d9641e7e9ae519272f646649.tar.gz gdb-4a4307947e623d46d9641e7e9ae519272f646649.tar.bz2 |
* monitor.c (monitor_wait): Don't use the watchdog timeout
if its value is 0.
* w89k-rom.c (w89k_open): Define to be static.
Diffstat (limited to 'gdb/w89k-rom.c')
-rw-r--r-- | gdb/w89k-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/w89k-rom.c b/gdb/w89k-rom.c index 9eaf25c..e9cb2f9 100644 --- a/gdb/w89k-rom.c +++ b/gdb/w89k-rom.c @@ -298,7 +298,7 @@ static struct monitor_ops w89k_cmds = MONITOR_OPS_MAGIC /* magic */ }; -void +static void w89k_open(args, from_tty) char *args; int from_tty; |