Core: fix code to make clang happy

This commit is contained in:
zilmar 2023-01-31 07:54:47 +10:30
parent 83a7d9e3f2
commit a8a553b316
1 changed files with 0 additions and 1 deletions

View File

@ -2802,7 +2802,6 @@ bool R4300iOp::CheckFPUResult32(float & Result)
*((uint32_t *)&Result) = 0x7fbfffff;
}
return false;
}
bool R4300iOp::CheckFPUException(void)