mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
Really fix FMULx this time
This commit is contained in:
parent
8bb520d0ec
commit
3302f3c512
@ -3894,7 +3894,7 @@ static int generate_instruction_3f(powerpc_state *ppc, drcuml_block *block, comp
|
||||
return TRUE;
|
||||
|
||||
case 0x19: /* FMULx */
|
||||
UML_FDMUL(block, F64(G_RD(op)), F64(G_RA(op)), F64(G_RB(op))); // fdmul rd,ra,rb
|
||||
UML_FDMUL(block, F64(G_RD(op)), F64(G_RA(op)), F64(G_REGC(op))); // fdmul rd,ra,rc
|
||||
return TRUE;
|
||||
|
||||
case 0x12: /* FDIVx */
|
||||
|
Loading…
Reference in New Issue
Block a user