diff options
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. */ |