CPU: Get rid of the now unnecessary getInst/setInst family of functions.

This code is no longer needed because of the preceeding change which adds a
StaticInstPtr parameter to the fault's invoke method, obviating the only use
for this pair of functions.
This commit is contained in:
Gabe Black
2010-09-13 21:58:34 -07:00
parent 6833ca7eed
commit 8f3fbd2d13
16 changed files with 0 additions and 79 deletions

View File

@@ -171,12 +171,6 @@ InOrderThreadContext::unserialize(Checkpoint *cp, const std::string &section)
panic("unserialize unimplemented");
}
TheISA::MachInst
InOrderThreadContext:: getInst()
{
return thread->getInst();
}
void
InOrderThreadContext::copyArchRegs(ThreadContext *src_tc)