summaryrefslogtreecommitdiff
path: root/src/sim/pseudo_inst.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-06 20:49:48 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-06 20:49:48 -0500
commit58f7ed2416fd0bb0823225d5feaff5fc5cf1f9c1 (patch)
treec328f22e166e4d63490516ae4e0c06c623c0346f /src/sim/pseudo_inst.hh
parentf61cd02e1391996fc247bf624ac66f7c420690c0 (diff)
downloadgem5-58f7ed2416fd0bb0823225d5feaff5fc5cf1f9c1.tar.xz
Cleaned up remnants of ivlb and ivle
--HG-- extra : convert_revision : 93b37dbcd3d9dd1eced0f829223f52b53fe58643
Diffstat (limited to 'src/sim/pseudo_inst.hh')
-rw-r--r--src/sim/pseudo_inst.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/pseudo_inst.hh b/src/sim/pseudo_inst.hh
index d211de44e..bc71a7e64 100644
--- a/src/sim/pseudo_inst.hh
+++ b/src/sim/pseudo_inst.hh
@@ -47,8 +47,6 @@ namespace AlphaPseudo
void quiesceNs(ThreadContext *tc, uint64_t ns);
void quiesceCycles(ThreadContext *tc, uint64_t cycles);
uint64_t quiesceTime(ThreadContext *tc);
- void ivlb(ThreadContext *tc);
- void ivle(ThreadContext *tc);
void m5exit(ThreadContext *tc, Tick delay);
void m5exit_old(ThreadContext *tc);
void loadsymbol(ThreadContext *xc);