aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/igen.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-09 02:35:15 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-09 02:35:15 +0000
commitc5addc193d90f24d60acb7e3c025f2bb6ba01be7 (patch)
treebbcec41eb08105ff1d1dd079a75e653b1fa49c1b /sim/ppc/igen.c
parent33698029dbb6a003bf4a79c177f4f43d9269212d (diff)
downloadgdb-c5addc193d90f24d60acb7e3c025f2bb6ba01be7.zip
gdb-c5addc193d90f24d60acb7e3c025f2bb6ba01be7.tar.gz
gdb-c5addc193d90f24d60acb7e3c025f2bb6ba01be7.tar.bz2
General cleanup; add -t options support to print all options
Diffstat (limited to 'sim/ppc/igen.c')
-rw-r--r--sim/ppc/igen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/igen.c b/sim/ppc/igen.c
index 3db56c0..b017d9a 100644
--- a/sim/ppc/igen.c
+++ b/sim/ppc/igen.c
@@ -503,7 +503,7 @@ struct _opcode_field {
};
static opcode_field *
-opcode_field_new()
+opcode_field_new(void)
{
opcode_field *new_field = (opcode_field*)zalloc(sizeof(opcode_field));
ASSERT(new_field != NULL);