diff options
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; |