about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rwxr-xr-xsrc/emu/x64run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 00a38054..af5b0c8e 100755
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -163,6 +163,7 @@ x64emurun:
         GO(0x30, xor)                   /* XOR 0x30 -> 0x35 */
         #undef GO
 
+	case 0x2E:	    /* segments are ignored */
         case 0x36:          /* SS: (ignored) */
             break;