From a34abff813f4fdd5f289ea45de9e874e31e7edf3 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 4 Sep 1997 03:47:39 +0000 Subject: o Add modulo argument to sim_core_attach o Add sim-memopt module - memory option processing. --- sim/common/sim-module.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/common/sim-module.c') diff --git a/sim/common/sim-module.c b/sim/common/sim-module.c index 9292c37..e58e6f3 100644 --- a/sim/common/sim-module.c +++ b/sim/common/sim-module.c @@ -38,6 +38,10 @@ static MODULE_INSTALL_FN * const modules[] = { profile_install, #endif sim_core_install, +#ifndef SIM_HAVE_FLATMEM + /* FIXME: should handle flatmem as well FLATMEM */ + sim_memopt_install, +#endif sim_events_install, #if WITH_WATCHPOINTS sim_watchpoint_install, -- cgit v1.1