diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-09 02:35:15 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-09 02:35:15 +0000 |
commit | c5addc193d90f24d60acb7e3c025f2bb6ba01be7 (patch) | |
tree | bbcec41eb08105ff1d1dd079a75e653b1fa49c1b /sim/ppc/igen.c | |
parent | 33698029dbb6a003bf4a79c177f4f43d9269212d (diff) | |
download | gdb-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.c | 2 |
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); |