From e11dd3d375016830d03cf3cc4cfb7d03710b7564 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Thu, 3 Oct 2002 14:58:02 +0000 Subject: [PATCH] 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? --- BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp b/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp index 520cc15a..2449120e 100644 --- a/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp +++ b/BasiliskII/src/uae_cpu/compiler/compemu_fpp.cpp @@ -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) {