diff options
Diffstat (limited to 'sim/common/cgen-run.c')
-rw-r--r-- | sim/common/cgen-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/cgen-run.c b/sim/common/cgen-run.c index 5a25a50..96fe999 100644 --- a/sim/common/cgen-run.c +++ b/sim/common/cgen-run.c @@ -115,7 +115,7 @@ sim_resume (SIM_DESC sd, int step, int siggnal) /* Account for the last insn executed. */ SIM_CPU *cpu = STATE_CPU (sd, sim_engine_last_cpu_nr (sd)); ++ CPU_INSN_COUNT (cpu); - TRACE_INSN_FINI (cpu, NULL, 1); + CGEN_TRACE_INSN_FINI (cpu, NULL, 1); } #endif |