diff options
Diffstat (limited to 'sim/frv/traps.c')
-rw-r--r-- | sim/frv/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/traps.c b/sim/frv/traps.c index 3e93446..63d4c9b 100644 --- a/sim/frv/traps.c +++ b/sim/frv/traps.c @@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "bfd.h" #include "libiberty.h" -CGEN_ATTR_VALUE_TYPE frv_current_fm_slot; +CGEN_ATTR_VALUE_ENUM_TYPE frv_current_fm_slot; /* The semantic code invokes this for invalid (unrecognized) instructions. */ |