mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-05 18:25:42 +00:00
ppcfpopcodes: infinities should set FPCC_FUNAN.
This commit is contained in:
@@ -236,7 +236,7 @@ static void fpresult_update(double set_result) {
|
||||
}
|
||||
|
||||
if (std::isinf(set_result))
|
||||
ppc_state.fpscr |= FPCC_FPRCD;
|
||||
ppc_state.fpscr |= FPCC_FUNAN;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user