aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/mloop.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/frv/mloop.in')
-rw-r--r--sim/frv/mloop.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in
index f158ead..2629a82 100644
--- a/sim/frv/mloop.in
+++ b/sim/frv/mloop.in
@@ -92,8 +92,8 @@ execute (SIM_CPU *current_cpu, SCACHE *sc, int fast_p)
}
else
model_insn = FRV_INSN_NO_MODELING;
- TRACE_INSN_INIT (current_cpu, abuf, 1);
- TRACE_INSN (current_cpu, idesc->idata,
+ CGEN_TRACE_INSN_INIT (current_cpu, abuf, 1);
+ CGEN_TRACE_INSN (current_cpu, idesc->idata,
(const struct argbuf *) abuf, abuf->addr);
}
#if WITH_SCACHE
@@ -116,7 +116,7 @@ execute (SIM_CPU *current_cpu, SCACHE *sc, int fast_p)
cycles = 1;
@cpu@_model_insn_after (current_cpu, sc->last_insn_p, cycles);
}
- TRACE_INSN_FINI (current_cpu, abuf, 1);
+ CGEN_TRACE_INSN_FINI (current_cpu, abuf, 1);
}
}