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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 1e88703a..d3431c87 100755
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -158,6 +158,9 @@ x64emurun:
         GO(0x30, xor)                   /* XOR 0x30 -> 0x35 */
         #undef GO
 
+        case 0x36:          /* SS: (ignored) */
+            break;
+
         case 0x38:
             nextop = F8;
             GETEB(0);