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 ec9e2e7..331358b 100644 --- a/gdb/w89k-rom.c +++ b/gdb/w89k-rom.c @@ -160,7 +160,7 @@ static int hashmark = 1; /* flag set by "set hash" */ extern struct monitor_ops w89k_cmds; /* fwd decl */ static void -w89k_load (serial_t desc, char *file, int hashmark) +w89k_load (struct serial *desc, char *file, int hashmark) { bfd *abfd; asection *s; |