about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-06 13:55:06 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-06 13:55:06 +0100
commitd21dedbe4f7afbc8f05fb1af1ac37370e8a88b75 (patch)
tree2d2a03cd6281e2bfd8f7309f5cdc1b3530cd215c /src/emu
parent19c528bcbae86ea8fc09cfbf39a1e4f84d84d7a5 (diff)
downloadbox64-d21dedbe4f7afbc8f05fb1af1ac37370e8a88b75.tar.gz
box64-d21dedbe4f7afbc8f05fb1af1ac37370e8a88b75.zip
More work on elfloader reloc and addend handling
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64run66.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/x64run66.c b/src/emu/x64run66.c
index 2ad8590b..77dd7b06 100644
--- a/src/emu/x64run66.c
+++ b/src/emu/x64run66.c
@@ -78,6 +78,9 @@ int Run66(x64emu_t *emu, rex_t rex)
         EW->word[0] = GW->word[0];

         break;

 

+    case 0x90:                              /* NOP */

+        break;

+

     case 0xC1:                              /* GRP2 Ew,Ib */

         nextop = F8;

         GETEW;