diff options
Diffstat (limited to 'sim/cris/decodev32.h')
-rw-r--r-- | sim/cris/decodev32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cris/decodev32.h b/sim/cris/decodev32.h index 78a90e2..6eac53e 100644 --- a/sim/cris/decodev32.h +++ b/sim/cris/decodev32.h @@ -26,7 +26,7 @@ This file is part of the GNU simulators. #define CRISV32F_DECODE_H extern const IDESC *crisv32f_decode (SIM_CPU *, IADDR, - CGEN_INSN_INT, + CGEN_INSN_WORD, ARGBUF *); extern void crisv32f_init_idesc_table (SIM_CPU *); extern void crisv32f_sem_init_idesc_table (SIM_CPU *); |