diff options
author | Dave Brolley <brolley@redhat.com> | 2005-10-28 19:58:11 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2005-10-28 19:58:11 +0000 |
commit | 79e59fe67b4680a343d776c7e43e12ddfaf594ad (patch) | |
tree | 3015388c9b2ba94b676954c0db5714a93df871f7 /sim/frv/pipeline.c | |
parent | fb53f5a81a23dd5fc2eac009274e90b9753e1f22 (diff) | |
download | gdb-79e59fe67b4680a343d776c7e43e12ddfaf594ad.zip gdb-79e59fe67b4680a343d776c7e43e12ddfaf594ad.tar.gz gdb-79e59fe67b4680a343d776c7e43e12ddfaf594ad.tar.bz2 |
2005-10-28 Dave Brolley <brolley@redhat.com>
* cpu.c,cpu.h,decode.c,decode.h,model.c,sem.c: Regenerate.
Contribute the following changes:
2003-09-29 Dave Brolley <brolley@redhat.com>
* frv-sim.h: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of
CGEN_ATTR_VALUE_TYPE.
* mloop.in: Ditto.
* pipeline.c: Ditto.
* traps.c: Ditto.
Diffstat (limited to 'sim/frv/pipeline.c')
-rw-r--r-- | sim/frv/pipeline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/pipeline.c b/sim/frv/pipeline.c index 291a5dc..780e127 100644 --- a/sim/frv/pipeline.c +++ b/sim/frv/pipeline.c @@ -61,7 +61,7 @@ frv_vliw_setup_insn (SIM_CPU *current_cpu, const CGEN_INSN *insn) { /* Clear the appropriate MSR fields depending on which slot this insn is in. */ - CGEN_ATTR_VALUE_TYPE preserve_ovf; + CGEN_ATTR_VALUE_ENUM_TYPE preserve_ovf; SI msr0 = GET_MSR (0); preserve_ovf = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_PRESERVE_OVF); |