about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64run.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index f2cd686d..fb740bd7 100644
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -370,7 +370,14 @@ x64emurun:
                 goto fini;
             }
             break;
-
+        case 0x62:                  /* BOUND Gd, Ed */
+            if(rex.is32bits) {
+                FAKEED(0);
+            } else {
+                unimp = 1;
+                goto fini;
+            }
+            break;
         case 0x63:                      /* MOVSXD Gd,Ed */
             nextop = F8;
             GETED(0);