diff options
Diffstat (limited to 'sim/mips/interp.c')
-rw-r--r-- | sim/mips/interp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c index 1e0c35e..215013a 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -83,7 +83,7 @@ char* pr_uword64 PARAMS ((uword64 addr)); /* Get the simulator engine description, without including the code: */ #define SIM_MANIFESTS -#include "engine.c" +#include "oengine.c" #undef SIM_MANIFESTS @@ -4195,7 +4195,7 @@ sim_engine_run (sd, next_cpu_nr, siggnal) if (!(STATE & simSKIPNEXT)) { /* Include the simulator engine */ -#include "engine.c" +#include "oengine.c" #if ((GPRLEN == 64) && !PROCESSOR_64BIT) || ((GPRLEN == 32) && PROCESSOR_64BIT) #error "Mismatch between run-time simulator code and simulation engine" #endif |