[DYNAREC] Disabled that small optim on D9 F2, it break things (Flatout 2 at least probably many other)

This commit is contained in:
ptitSeb 2023-12-22 20:20:02 +01:00
parent 78104d1b5f
commit 06e40a2379

View File

@ -319,7 +319,7 @@ uintptr_t dynarecD9(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int ninst,
LDRH_IMM8(x1, xEmu, offsetof(x86emu_t, sw));
BFC(x1, 9, 2); //C1 C2 = 0 0
STRH_IMM8(x1, xEmu, offsetof(x86emu_t, sw));
if(PK(0)==0xdd && PK(1)==0xd8) {
if(PK(0)==0xdd && PK(1)==0xd8 && 0) {
MESSAGE(LOG_DUMP, "Optimized next DD D8 fstp st0, st0, not emiting 1\n");
u8 = F8;
u8 = F8;