diff options
Diffstat (limited to 'sim/sh64/decode-compact.h')
-rw-r--r-- | sim/sh64/decode-compact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh64/decode-compact.h b/sim/sh64/decode-compact.h index 554856aa219..d39c6b0c032 100644 --- a/sim/sh64/decode-compact.h +++ b/sim/sh64/decode-compact.h @@ -26,7 +26,7 @@ This file is part of the GNU simulators. #define SH64_COMPACT_DECODE_H extern const IDESC *sh64_compact_decode (SIM_CPU *, IADDR, - CGEN_INSN_INT, CGEN_INSN_INT, + CGEN_INSN_WORD, CGEN_INSN_WORD, ARGBUF *); extern void sh64_compact_init_idesc_table (SIM_CPU *); extern void sh64_compact_sem_init_idesc_table (SIM_CPU *); |