about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64run0f.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/emu/x64run0f.c b/src/emu/x64run0f.c
index 7517603b..7a4df2cf 100644
--- a/src/emu/x64run0f.c
+++ b/src/emu/x64run0f.c
@@ -1581,11 +1581,7 @@ uintptr_t Run0F(x64emu_t *emu, rex_t rex, uintptr_t addr, int *step)
         case 0xC7:                      /* CMPXCHG8B Eq */

             CHECK_FLAGS(emu);

             nextop = F8;

-            GETED(0);

-            #ifdef TEST_INTERPRETER

-            test->memsize = 16;

-            ((uint64_t*)test->mem)[1] = ((uint64_t*)test->memaddr)[1];

-            #endif

+            GETE8xw(0);

             switch((nextop>>3)&7) {

                 case 1:

                     if(rex.w) {