Core: fix code to make clang happy
This commit is contained in:
parent
83a7d9e3f2
commit
a8a553b316
|
@ -2802,7 +2802,6 @@ bool R4300iOp::CheckFPUResult32(float & Result)
|
||||||
*((uint32_t *)&Result) = 0x7fbfffff;
|
*((uint32_t *)&Result) = 0x7fbfffff;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool R4300iOp::CheckFPUException(void)
|
bool R4300iOp::CheckFPUException(void)
|
||||||
|
|
Loading…
Reference in New Issue