summaryrefslogtreecommitdiff
path: root/arch/alpha/faults.cc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/faults.cc')
-rw-r--r--arch/alpha/faults.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/alpha/faults.cc b/arch/alpha/faults.cc
index c840b6842..75165eece 100644
--- a/arch/alpha/faults.cc
+++ b/arch/alpha/faults.cc
@@ -115,9 +115,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);
}