summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0a836363c..84f785c0a 100644
--- a/arch/alpha/faults.cc
+++ b/arch/alpha/faults.cc
@@ -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);
}