s/typedef serial_t/struct serial */
[deliverable/binutils-gdb.git] / gdb / w89k-rom.c
index ec9e2e75e1e22cb965ef079d4e5fea016749f6dd..331358bce2185dc50f3b140a26b1192c93802511 100644 (file)
@@ -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;
This page took 0.028068 seconds and 4 git commands to generate.