mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
ppcfpopcodes: No float cast for operand check.
This commit is contained in:
parent
ff895aa8a4
commit
3be22dac99
@ -254,7 +254,6 @@ void dppc_interpreter::ppc_fsub() {
|
||||
}
|
||||
|
||||
double ppc_dblresult64_d = val_reg_a - val_reg_b;
|
||||
|
||||
ppc_store_dfpresult_flt(reg_d);
|
||||
fpresult_update(ppc_dblresult64_d);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user