aboutsummaryrefslogtreecommitdiff
path: root/gdb/h8500-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/h8500-tdep.c')
-rw-r--r--gdb/h8500-tdep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/h8500-tdep.c b/gdb/h8500-tdep.c
index 2cbe1e3..0d96b8a 100644
--- a/gdb/h8500-tdep.c
+++ b/gdb/h8500-tdep.c
@@ -414,7 +414,7 @@ h8500_set_pointer_size (int newsize)
}
static void
-big_command (void)
+big_command (char *arg, int from_tty)
{
h8500_set_pointer_size (32);
code_size = 4;
@@ -422,7 +422,7 @@ big_command (void)
}
static void
-medium_command (void)
+medium_command (char *arg, int from_tty)
{
h8500_set_pointer_size (32);
code_size = 4;
@@ -430,7 +430,7 @@ medium_command (void)
}
static void
-compact_command (void)
+compact_command (char *arg, int from_tty)
{
h8500_set_pointer_size (32);
code_size = 2;
@@ -438,7 +438,7 @@ compact_command (void)
}
static void
-small_command (void)
+small_command (char *arg, int from_tty)
{
h8500_set_pointer_size (16);
code_size = 2;