Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register file...
[gem5.git] / src / arch / alpha / isa / fp.isa
index b4339a1b77a230a21eb052c6cedb2c4c0abead55..103f85775adc249c5455828b5505699931647e01 100644 (file)
@@ -46,7 +46,7 @@ output exec {{
     inline Fault checkFpEnableFault(%(CPU_exec_context)s *xc)
     {
         Fault fault = NoFault; // dummy... this ipr access should not fault
-        if (!EV5::ICSR_FPE(xc->readMiscRegWithEffect(AlphaISA::IPR_ICSR, fault))) {
+        if (!EV5::ICSR_FPE(xc->readMiscRegWithEffect(AlphaISA::IPR_ICSR))) {
             fault = new FloatEnableFault;
         }
         return fault;