Do translate FMUL instructions, the core needs to be fixed and this is

not translation of that instruction. I believe this is related to some
misgeneration of FPU core sequence and allocation of FP registers?
This commit is contained in:
gbeauche 2002-10-03 14:58:02 +00:00
parent e9584dbcc1
commit e11dd3d375

View File

@ -1509,10 +1509,6 @@ void comp_fpp_opp (uae_u32 opcode, uae_u16 extra)
case 0x23: /* FMUL */
case 0x63:
case 0x67:
/* (gb) FIXME: probably not a real fmul bug but it fails
with FPU tests in Speedometer 3.23 */
FAIL(1);
return;
dont_care_fflags();
src=get_fp_value (opcode, extra);
if (src < 0) {