diff options
Diffstat (limited to 'gdb/cpu32bug-rom.c')
-rw-r--r-- | gdb/cpu32bug-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cpu32bug-rom.c b/gdb/cpu32bug-rom.c index dcf3bdf..d63865e 100644 --- a/gdb/cpu32bug-rom.c +++ b/gdb/cpu32bug-rom.c @@ -148,7 +148,7 @@ static struct monitor_ops cpu32bug_cmds = MONITOR_OPS_MAGIC /* magic */ }; -void +static void cpu32bug_open(args, from_tty) char *args; int from_tty; |