summaryrefslogtreecommitdiff
path: root/src/sim
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-06 19:09:23 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-06 19:09:23 -0500
commitb04a2653f941fd8174760da156b601bf8a2de2ef (patch)
treee56f8f2b4b9d64fa3c8e28b97e904a2e7a35e7e1 /src/sim
parentef1a92eb9b372ffadb7985941797ba37b61beac5 (diff)
downloadgem5-b04a2653f941fd8174760da156b601bf8a2de2ef.tar.xz
Got rid of obsolete ivlb and ivle psuedo instructions.
--HG-- extra : convert_revision : c3c2dd5a6e7181ad94194146d7fa2b33b21074fb
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/pseudo_inst.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sim/pseudo_inst.cc b/src/sim/pseudo_inst.cc
index d913e159b..548d0c167 100644
--- a/src/sim/pseudo_inst.cc
+++ b/src/sim/pseudo_inst.cc
@@ -134,18 +134,6 @@ namespace AlphaPseudo
}
void
- ivlb(ThreadContext *tc)
- {
- if (tc->getKernelStats())
- tc->getKernelStats()->ivlb();
- }
-
- void
- ivle(ThreadContext *tc)
- {
- }
-
- void
m5exit_old(ThreadContext *tc)
{
exitSimLoop("m5_exit_old instruction encountered");