about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/emu/x64run.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 3f8d7705..ac9dd626 100644
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -1955,8 +1955,10 @@ x64emurun:
                     #endif
                 }
                 #endif
-            } else
-                EmitSignal(emu, X64_SIGSEGV, (void*)R_RIP, 0xbad0);
+            } else {
+                unimp = 1;
+                goto fini;
+            }
             STEP;
         case 0xEB:                      /* JMP Ib */
             tmp32s = F8S; // jump is relative