2000-12-22 Fernando Nasser <fnasser@redhat.com>
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index 31abf59ab908b056a03a2bb8dc1979e3aead7912..84e190b14a92e072a1ad1eb9b748fa173b89cd05 100644 (file)
@@ -738,7 +738,7 @@ set_register_names (void)
 }
 
 static void
-h8300_command (int args, int from_tty)
+h8300_command (char *args, int from_tty)
 {
   extern int h8300hmode;
   h8300hmode = 0;
@@ -747,7 +747,7 @@ h8300_command (int args, int from_tty)
 }
 
 static void
-h8300h_command (int args, int from_tty)
+h8300h_command (char *args, int from_tty)
 {
   extern int h8300hmode;
   h8300hmode = 1;
@@ -756,7 +756,7 @@ h8300h_command (int args, int from_tty)
 }
 
 static void
-h8300s_command (int args, int from_tty)
+h8300s_command (char *args, int from_tty)
 {
   extern int h8300smode;
   extern int h8300hmode;
This page took 0.022975 seconds and 4 git commands to generate.