Remove call to swap_palshadow that is no longer needed.
arch/alpha/faults.cc:
Remove call to swap_palshadow.
--HG--
extra : convert_revision : 10282c11080379fc4e8a166ff35d18d728f0d5a4
This commit is contained in:
@@ -119,9 +119,6 @@ void AlphaFault::invoke(ExecContext * xc)
|
||||
xc->readMiscReg(AlphaISA::IPR_EXC_ADDR) + 4);
|
||||
}
|
||||
|
||||
if (!xc->inPalMode())
|
||||
AlphaISA::swap_palshadow(&(xc->regs), true);
|
||||
|
||||
xc->regs.pc = xc->readMiscReg(AlphaISA::IPR_PAL_BASE) + vect();
|
||||
xc->regs.npc = xc->regs.pc + sizeof(MachInst);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user