diff options
Diffstat (limited to 'sim/cris/cpuall.h')
-rw-r--r-- | sim/cris/cpuall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/cris/cpuall.h b/sim/cris/cpuall.h index 0a4b837..edb33df 100644 --- a/sim/cris/cpuall.h +++ b/sim/cris/cpuall.h @@ -56,8 +56,8 @@ This file is part of the GNU simulators. #include "decodev32.h" #endif -extern const MACH crisv10_mach; -extern const MACH crisv32_mach; +extern const SIM_MACH crisv10_mach; +extern const SIM_MACH crisv32_mach; #ifndef WANT_CPU /* The ARGBUF struct. */ |