about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-02-18 00:38:11 +0800
committerGitHub <noreply@github.com>2025-02-17 17:38:11 +0100
commit8b5b5aa3a7690746688496d9cbbeae729290f2b2 (patch)
tree31269bb73804e9ff9831cfa73b376535af13f678 /src/emu
parentf85b9ac664fedafe2fba8d40a01456bf197b5228 (diff)
downloadbox64-8b5b5aa3a7690746688496d9cbbeae729290f2b2.tar.gz
box64-8b5b5aa3a7690746688496d9cbbeae729290f2b2.zip
[INTERP] Added more nops ([DYNAREC] too) (#2378)
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64run660f.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64run660f.c b/src/emu/x64run660f.c
index 7d4a36a0..44d63bdb 100644
--- a/src/emu/x64run660f.c
+++ b/src/emu/x64run660f.c
@@ -174,6 +174,7 @@ uintptr_t Run660F(x64emu_t *emu, rex_t rex, uintptr_t addr)
         ED->q[0] = GX->q[1];

         break;

 

+    case 0x18:

     case 0x19:

     case 0x1F:                      /* NOP (multi-byte) */

         nextop = F8;