diff options
Diffstat (limited to 'gdb/abug-rom.c')
-rw-r--r-- | gdb/abug-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/abug-rom.c b/gdb/abug-rom.c index e1bd628a8d6..0ade234a179 100644 --- a/gdb/abug-rom.c +++ b/gdb/abug-rom.c @@ -28,7 +28,7 @@ /* Prototypes for local functions. */ -static void abug_open PARAMS ((char *args, int from_tty)); +static void abug_open (char *args, int from_tty); static void abug_supply_register (regname, regnamelen, val, vallen) |