diff options
Diffstat (limited to 'sim/m32r-gx/sim-main.h')
-rw-r--r-- | sim/m32r-gx/sim-main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/m32r-gx/sim-main.h b/sim/m32r-gx/sim-main.h index 3367dcb..6238922 100644 --- a/sim/m32r-gx/sim-main.h +++ b/sim/m32r-gx/sim-main.h @@ -14,7 +14,11 @@ typedef struct _sim_cpu SIM_CPU; #include "ansidecl.h" #include "symcat.h" + #include "cgen-types.h" +#undef SIM_HAVE_MODEL +#undef SIM_HAVE_ADDR_RANGE + #include "arch.h" #include "sim-basics.h" |