diff options
Diffstat (limited to 'opcodes/lm32-opinst.c')
-rw-r--r-- | opcodes/lm32-opinst.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opcodes/lm32-opinst.c b/opcodes/lm32-opinst.c index 8e42975..be908ca 100644 --- a/opcodes/lm32-opinst.c +++ b/opcodes/lm32-opinst.c @@ -465,8 +465,7 @@ static const CGEN_OPINST *lm32_cgen_opinst_table[MAX_INSNS] = { /* Function to call before using the operand instance table. */ void -lm32_cgen_init_opinst_table (cd) - CGEN_CPU_DESC cd; +lm32_cgen_init_opinst_table (CGEN_CPU_DESC cd) { int i; const CGEN_OPINST **oi = & lm32_cgen_opinst_table[0]; |