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/x64run67.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x64run67.c b/src/emu/x64run67.c
index 568bc659..7db5494f 100644
--- a/src/emu/x64run67.c
+++ b/src/emu/x64run67.c
@@ -55,7 +55,7 @@ int Run67(x64emu_t *emu, rex_t rex)
 

     case 0xC1:                      /* GRP2 Ed,Ib */

         nextop = F8;

-        GETED(1);

+        GETED32(1);

         tmp8u = F8/* & 0x1f*/; // masking done in each functions

         if(rex.w) {

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