aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/pipeline.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2005-10-28 19:58:11 +0000
committerDave Brolley <brolley@redhat.com>2005-10-28 19:58:11 +0000
commit79e59fe67b4680a343d776c7e43e12ddfaf594ad (patch)
tree3015388c9b2ba94b676954c0db5714a93df871f7 /sim/frv/pipeline.c
parentfb53f5a81a23dd5fc2eac009274e90b9753e1f22 (diff)
downloadfsf-binutils-gdb-79e59fe67b4680a343d776c7e43e12ddfaf594ad.zip
fsf-binutils-gdb-79e59fe67b4680a343d776c7e43e12ddfaf594ad.tar.gz
fsf-binutils-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.c2
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);