aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/decode.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-11-23 04:12:17 +0000
committerDoug Evans <dje@google.com>2009-11-23 04:12:17 +0000
commit197fa1aa2ca7f943805196c37031b44f7b87d5a7 (patch)
tree2094056b2e6e8bf0319e70b89af8c9c4b2be2b5a /sim/frv/decode.h
parent1fbb9298a46e1bf9eca8fe24027102cf2fcf01fc (diff)
downloadfsf-binutils-gdb-197fa1aa2ca7f943805196c37031b44f7b87d5a7.zip
fsf-binutils-gdb-197fa1aa2ca7f943805196c37031b44f7b87d5a7.tar.gz
fsf-binutils-gdb-197fa1aa2ca7f943805196c37031b44f7b87d5a7.tar.bz2
* cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define.
(EXTRACT_LSB0_LGSINT, EXTRACT_LSB0_LGUINT): Define. (EXTRACT_FN, SEMANTIC_FN): Use CGEN_INSN_WORD in prototype instead of CGEN_INSN_INT. plus, cgen files: Regenerate.
Diffstat (limited to 'sim/frv/decode.h')
-rw-r--r--sim/frv/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/decode.h b/sim/frv/decode.h
index b004a2d..4e9e66f 100644
--- a/sim/frv/decode.h
+++ b/sim/frv/decode.h
@@ -26,7 +26,7 @@ This file is part of the GNU simulators.
#define FRVBF_DECODE_H
extern const IDESC *frvbf_decode (SIM_CPU *, IADDR,
- CGEN_INSN_INT, CGEN_INSN_INT,
+ CGEN_INSN_WORD, CGEN_INSN_WORD,
ARGBUF *);
extern void frvbf_init_idesc_table (SIM_CPU *);
extern void frvbf_sem_init_idesc_table (SIM_CPU *);