From cea459d1e3f7fac4dea76e4566ebfbe3db529773 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 15 May 2024 17:02:22 +0200 Subject: [COSIM] Small change for D9 /6 opcode --- src/emu/x64rund9.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/emu/x64rund9.c b/src/emu/x64rund9.c index 015dfa07..df39ed3e 100644 --- a/src/emu/x64rund9.c +++ b/src/emu/x64rund9.c @@ -257,10 +257,8 @@ uintptr_t RunD9(x64emu_t *emu, rex_t rex, uintptr_t addr) break; case 6: /* FNSTENV m */ // warning, incomplete - _GETED(0); - #ifndef TEST_INTERPRETER + GETE8(0); fpu_savenv(emu, (char*)ED, 0); - #endif // intruction pointer: 48bits // data (operand) pointer: 48bits // last opcode: 11bits save: 16bits restaured (1st and 2nd opcode only) -- cgit 1.4.1