diff options
Diffstat (limited to 'sim/lm32/decode.h')
-rw-r--r-- | sim/lm32/decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/lm32/decode.h b/sim/lm32/decode.h index 5327fbf..12d18fd 100644 --- a/sim/lm32/decode.h +++ b/sim/lm32/decode.h @@ -26,7 +26,7 @@ This file is part of the GNU simulators. #define LM32BF_DECODE_H extern const IDESC *lm32bf_decode (SIM_CPU *, IADDR, - CGEN_INSN_INT, CGEN_INSN_INT, + CGEN_INSN_WORD, CGEN_INSN_WORD, ARGBUF *); extern void lm32bf_init_idesc_table (SIM_CPU *); extern void lm32bf_sem_init_idesc_table (SIM_CPU *); |