about summary refs log tree commit diff stats
path: root/src/emu/x64run.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-05-30 12:12:45 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-05-30 12:12:45 +0200
commit3e5784cbc560d21539b1ad1b157206102f25b25c (patch)
treeb0b943b3b09d9d48f4663e83bca8f54167ce0ead /src/emu/x64run.c
parent98d9f36f9cc98343217d09473db5587de1fe05b6 (diff)
downloadbox64-3e5784cbc560d21539b1ad1b157206102f25b25c.tar.gz
box64-3e5784cbc560d21539b1ad1b157206102f25b25c.zip
[ARM64_DYNAREC] Added a fisrt 128bits only AVX opcode
Diffstat (limited to 'src/emu/x64run.c')
-rw-r--r--src/emu/x64run.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 301facf0..7283a76b 100644
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -1377,7 +1377,6 @@ x64emurun:
                     STEP2;
                 }
                 #endif
-                break;
             }
             break;
         case 0xC5:                      /* LDS Gd,Ed */
@@ -1412,7 +1411,6 @@ x64emurun:
                     STEP2;
                 }
                 #endif
-                break;
             }
             break;
         case 0xC6:                      /* MOV Eb,Ib */