Get rid of old, commented out code.
--HG-- extra : convert_revision : 46e9f26917efab642b80ea9e4303ec95d43d935e
This commit is contained in:
parent
038217049a
commit
eab445e1bc
1 changed files with 0 additions and 15 deletions
|
@ -359,21 +359,6 @@ void SparcFault::invoke(ThreadContext * tc)
|
||||||
countStat()++;
|
countStat()++;
|
||||||
|
|
||||||
//Use the SPARC trap state machine
|
//Use the SPARC trap state machine
|
||||||
/*// exception restart address
|
|
||||||
if (setRestartAddress() || !tc->inPalMode())
|
|
||||||
tc->setMiscReg(AlphaISA::IPR_EXC_ADDR, tc->regs.pc);
|
|
||||||
|
|
||||||
if (skipFaultingInstruction()) {
|
|
||||||
// traps... skip faulting instruction.
|
|
||||||
tc->setMiscReg(AlphaISA::IPR_EXC_ADDR,
|
|
||||||
tc->readMiscReg(AlphaISA::IPR_EXC_ADDR) + 4);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!tc->inPalMode())
|
|
||||||
AlphaISA::swap_palshadow(&(tc->regs), true);
|
|
||||||
|
|
||||||
tc->regs.pc = tc->readMiscReg(AlphaISA::IPR_PAL_BASE) + vect();
|
|
||||||
tc->regs.npc = tc->regs.pc + sizeof(MachInst);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue