about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-09 18:09:03 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-09 18:09:03 +0200
commit4b06a0126e5ce87e62fd7441e2b04f68cb8062b2 (patch)
treefa5203e3aea1b544d9bfd8ff320c3fc1bbe619f6 /src/emu
parentf8ef852b4699dba4f8a7e76943a32b73b1e5d9f6 (diff)
downloadbox64-4b06a0126e5ce87e62fd7441e2b04f68cb8062b2.tar.gz
box64-4b06a0126e5ce87e62fd7441e2b04f68cb8062b2.zip
Added dummy 36 prefix ([DYNAREC] too) (for #44)
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);