aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/mon.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-16 21:42:27 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-16 21:42:27 +0000
commit84bbbc3577f6191dca8be835e91c742f4ca865fd (patch)
tree81ce2e2b6c8b737419b0d1d1e899a6e873402f9e /sim/ppc/mon.c
parentcd2b240203746798651ee052ac0ce7bd31a9263d (diff)
downloadgdb-84bbbc3577f6191dca8be835e91c742f4ca865fd.zip
gdb-84bbbc3577f6191dca8be835e91c742f4ca865fd.tar.gz
gdb-84bbbc3577f6191dca8be835e91c742f4ca865fd.tar.bz2
Delete old functional_unit support; Add --enable-sim-model-issue; Monitor branch prediction success
Diffstat (limited to 'sim/ppc/mon.c')
-rw-r--r--sim/ppc/mon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/ppc/mon.c b/sim/ppc/mon.c
index 33d6b7e..10d0bbc 100644
--- a/sim/ppc/mon.c
+++ b/sim/ppc/mon.c
@@ -63,7 +63,6 @@ struct _cpu_mon {
unsigned unaligned_read_count;
unsigned unaligned_write_count;
unsigned event_count[nr_mon_events];
- function_unit_print *func_unit_print;
};
struct _mon {
@@ -107,7 +106,6 @@ mon_issue(itable_index index,
cpu_mon *monitor = cpu_monitor(processor);
ASSERT(index <= nr_itable_entries);
monitor->issue_count[index] += 1;
- model_issue(index, processor, cpu_model(processor), cia);
}