forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user