aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/sim-main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-17 00:19:56 -0800
committerMike Frysinger <vapier@gentoo.org>2015-11-17 23:12:58 -0500
commitcdf850e9d953f765f600e1ecae61664eab5ae7f1 (patch)
treee1c1cdd1a624d9f7c8b55143b73e9b131b034bde /sim/m68hc11/sim-main.h
parent8fd3fe9331ea62972272f0f9f7dfcb7d39a7d2f5 (diff)
downloadgdb-cdf850e9d953f765f600e1ecae61664eab5ae7f1.zip
gdb-cdf850e9d953f765f600e1ecae61664eab5ae7f1.tar.gz
gdb-cdf850e9d953f765f600e1ecae61664eab5ae7f1.tar.bz2
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.
Diffstat (limited to 'sim/m68hc11/sim-main.h')
-rw-r--r--sim/m68hc11/sim-main.h1
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
#ifndef _SIM_MAIN_H
#define _SIM_MAIN_H
-#define WITH_MODULO_MEMORY 1
#define WITH_WATCHPOINTS 1
#define SIM_HANDLES_LMA 1