diff options
Diffstat (limited to 'gdb/dbug-rom.c')
-rw-r--r-- | gdb/dbug-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbug-rom.c b/gdb/dbug-rom.c index 6b9787f..4d95012 100644 --- a/gdb/dbug-rom.c +++ b/gdb/dbug-rom.c @@ -31,7 +31,7 @@ #include "monitor.h" #include "serial.h" -static void dbug_open PARAMS ((char *args, int from_tty)); +static void dbug_open (char *args, int from_tty); static void dbug_supply_register (regname, regnamelen, val, vallen) |