aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r/arch.c')
-rw-r--r--sim/m32r/arch.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/m32r/arch.c b/sim/m32r/arch.c
index 0c02abb..cbdcfba 100644
--- a/sim/m32r/arch.c
+++ b/sim/m32r/arch.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU simulators.
@@ -33,6 +33,9 @@ const MACH *sim_machs[] =
#ifdef HAVE_CPU_M32RXF
& m32rx_mach,
#endif
+#ifdef HAVE_CPU_M32R2F
+ & m32r2_mach,
+#endif
0
};