Got rid of obsolete ivlb and ivle psuedo instructions.
--HG-- extra : convert_revision : c3c2dd5a6e7181ad94194146d7fa2b33b21074fb
This commit is contained in:
@@ -133,18 +133,6 @@ namespace AlphaPseudo
|
||||
return (tc->readLastActivate() - tc->readLastSuspend()) / Clock::Int::ns;
|
||||
}
|
||||
|
||||
void
|
||||
ivlb(ThreadContext *tc)
|
||||
{
|
||||
if (tc->getKernelStats())
|
||||
tc->getKernelStats()->ivlb();
|
||||
}
|
||||
|
||||
void
|
||||
ivle(ThreadContext *tc)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
m5exit_old(ThreadContext *tc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user