diff options
Diffstat (limited to 'sim/m32r/decode2.h')
-rw-r--r-- | sim/m32r/decode2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/decode2.h b/sim/m32r/decode2.h index a04c469..a681a45 100644 --- a/sim/m32r/decode2.h +++ b/sim/m32r/decode2.h @@ -26,7 +26,7 @@ This file is part of the GNU simulators. #define M32R2F_DECODE_H extern const IDESC *m32r2f_decode (SIM_CPU *, IADDR, - CGEN_INSN_INT, CGEN_INSN_INT, + CGEN_INSN_WORD, CGEN_INSN_WORD, ARGBUF *); extern void m32r2f_init_idesc_table (SIM_CPU *); extern void m32r2f_sem_init_idesc_table (SIM_CPU *); |