Some optimization and minor fixes

This commit is contained in:
Henrik Rydgard
2012-11-17 15:06:10 +01:00
parent 5a48578a12
commit 423bba5d8d
6 changed files with 22 additions and 29 deletions
+1 -1
View File
@@ -731,7 +731,7 @@ void ThreadContext::reset()
}
vfpuCtrl[VFPU_CTRL_SPREFIX] = 0xe4; // neutral
vfpuCtrl[VFPU_CTRL_TPREFIX] = 0xe4; // neutral
vfpuCtrl[VFPU_CTRL_DPREFIX] = 0x0;
vfpuCtrl[VFPU_CTRL_DPREFIX] = 0x0; // neutral
vfpuCtrl[VFPU_CTRL_CC] = 0x3f;
vfpuCtrl[VFPU_CTRL_INF4] = 0;
vfpuCtrl[VFPU_CTRL_RCX0] = 0x3f800001;