From cdf850e9d953f765f600e1ecae61664eab5ae7f1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 17 Nov 2015 00:19:56 -0800 Subject: sim: always enable modulo memory Having this be a config option doesn't make sense: the code size is pretty much the same (as all the logic is still active), and if it's disabled, the sim throws an error if you try to use it. That means we can't break sims that weren't using it before by enabling it all the time. --- sim/m68hc11/sim-main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/m68hc11/sim-main.h') diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index d1fc582..be33b48 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -20,7 +20,6 @@ along with this program. If not, see . */ #ifndef _SIM_MAIN_H #define _SIM_MAIN_H -#define WITH_MODULO_MEMORY 1 #define WITH_WATCHPOINTS 1 #define SIM_HANDLES_LMA 1 -- cgit v1.1