summaryrefslogtreecommitdiff
path: root/kern/tru64/tru64_events.cc
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2003-11-05 23:38:51 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2003-11-05 23:38:51 -0500
commit9020491833d664070f93cfb0ddbb12923f331424 (patch)
tree301ebc3f5df8e628cbb581c686580eee3d6ef368 /kern/tru64/tru64_events.cc
parentb064b8a6fda1dd3f1bd174d742cc8e452f714efe (diff)
downloadgem5-9020491833d664070f93cfb0ddbb12923f331424.tar.xz
add things to track read and soo_read for specweb.
kern/tru64/tru64_events.cc: don't need this - it was commented out anyway. kern/tru64/tru64_system.cc: generated code from instrum_codegen.pl also, populateMap with the correct orderings. kern/tru64/tru64_system.hh: generated code from instrum_codegen.pl --HG-- extra : convert_revision : 237366a4bae31a07dfc245d090a704afd2bd4833
Diffstat (limited to 'kern/tru64/tru64_events.cc')
-rw-r--r--kern/tru64/tru64_events.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/tru64/tru64_events.cc b/kern/tru64/tru64_events.cc
index bb6588e62..f542256e4 100644
--- a/kern/tru64/tru64_events.cc
+++ b/kern/tru64/tru64_events.cc
@@ -130,8 +130,6 @@ FnEvent::process(ExecContext *xc)
if (ctx && !ctx->callStack.empty()) {
fnCall *last = ctx->callStack.top();
if (!xc->system->findCaller(myname(), last->name)) {
- // assert(!xc->system->findCaller(myname(), "") &&
- // "should not have head of path in middle of stack!");
return;
}
ctx->calls--;