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