ARM: Even though writes to MVFR0/1 should be unpredictable, we need to make them to do nothing.

This commit is contained in:
Gabe Black 2010-06-02 12:58:15 -05:00
parent 4398075254
commit 92bdf57be4

View file

@ -328,6 +328,12 @@ let {{
case 1:
specReg = MISCREG_FPSCR;
break;
case 6:
specReg = MISCREG_MVFR1;
break;
case 7:
specReg = MISCREG_MVFR0;
break;
case 8:
specReg = MISCREG_FPEXC;
break;