diff options
| author | Doug Evans <dje@google.com> | 1998-05-15 23:31:22 +0000 |
|---|---|---|
| committer | Doug Evans <dje@google.com> | 1998-05-15 23:31:22 +0000 |
| commit | bcb829fdbd9711e4770dbff9bfade789b2989d50 (patch) | |
| tree | ec4a12c96ee9e334069c9781d69c311acaf4ed7a /sim/common/genmloop.sh | |
| parent | 9c73b8e49cff0b8719dd31badb4cd4c1eb580e5c (diff) | |
| download | ppe42-binutils-bcb829fdbd9711e4770dbff9bfade789b2989d50.tar.gz ppe42-binutils-bcb829fdbd9711e4770dbff9bfade789b2989d50.zip | |
* cgen-trace.c (trace_insn_init): New arg first_p.
All callers updated.
(trace_insn_fini): New arg last_p. All callers updated.
* cgen-trace.h (trace_insn_init,trace_insn_fini): Update.
(TRACE_INSN_INIT,TRACE_INSN_FINI): Update.
* genmloop.sh (engine_resume): Update.
Diffstat (limited to 'sim/common/genmloop.sh')
| -rw-r--r-- | sim/common/genmloop.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/genmloop.sh b/sim/common/genmloop.sh index e2a283cbec..591eb66c97 100644 --- a/sim/common/genmloop.sh +++ b/sim/common/genmloop.sh @@ -192,7 +192,7 @@ engine_resume (SIM_DESC sd, int step, int siggnal) ++insn_count; engine->jmpbuf = NULL; - TRACE_INSN_FINI ((sim_cpu *) cpu); + TRACE_INSN_FINI ((sim_cpu *) cpu, 1); PROFILE_EXEC_TIME (CPU_PROFILE_DATA (cpu)) += sim_elapsed_time_since (start_time); PROFILE_TOTAL_INSN_COUNT (CPU_PROFILE_DATA (cpu)) @@ -313,7 +313,7 @@ cat <<EOF PROFILE_COUNT_SCACHE_HIT (current_cpu); /* Make core access statistics come out right. The size is a guess, but it's currently not used either. */ - PROFILE_COUNT_CORE (current_cpu, pc, 2, sim_core_execute_map); + PROFILE_COUNT_CORE (current_cpu, pc, 2, exec_map); } /* begin full-exec-scache */ |

