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/mloop.in | |
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/mloop.in')
-rw-r--r-- | sim/frv/mloop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in index 24c34c9..88fed04 100644 --- a/sim/frv/mloop.in +++ b/sim/frv/mloop.in @@ -456,7 +456,7 @@ cat <<EOF int first_insn_p = 1; int last_insn_p = 0; int ninsns; - CGEN_ATTR_VALUE_TYPE slot; + CGEN_ATTR_VALUE_ENUM_TYPE slot; /* If the timer is enabled, then enable model profiling. This is because the timer needs accurate cycles counts to work properly. */ |