diff options
Diffstat (limited to 'sim/cris/arch.c')
-rw-r--r-- | sim/cris/arch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cris/arch.c b/sim/cris/arch.c index 1395cc7..1635ef6 100644 --- a/sim/cris/arch.c +++ b/sim/cris/arch.c @@ -24,7 +24,7 @@ This file is part of the GNU simulators. #include "sim-main.h" #include "bfd.h" -const SIM_MACH *sim_machs[] = +const SIM_MACH * const sim_machs[] = { #ifdef HAVE_CPU_CRISV10F & crisv10_mach, |