PowerPC: Remove commented out PanicAlert

This commit is contained in:
Lioncash 2018-03-24 14:52:20 -04:00
parent 3dc3b0caa5
commit ef6e747a68
1 changed files with 0 additions and 2 deletions

View File

@ -561,8 +561,6 @@ void CheckBreakPoints()
void UpdateFPRF(double dvalue)
{
FPSCR.FPRF = MathUtil::ClassifyDouble(dvalue);
// if (FPSCR.FPRF == 0x11)
// PanicAlert("QNAN alert");
}
} // namespace PowerPC