diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-25 18:39:32 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-25 18:39:32 +0200 |
| commit | fb7f134c064b189d3f91606a9257360e7be789c3 (patch) | |
| tree | 01aa5e131a257cc15f0c89fb094e6289e98e1767 /src | |
| parent | 067dcbc0f75533761b430d58724df2489a678f5c (diff) | |
| download | box64-fb7f134c064b189d3f91606a9257360e7be789c3.tar.gz box64-fb7f134c064b189d3f91606a9257360e7be789c3.zip | |
Fixed 64 F3 0F 5A ocpode (still for #432)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64run64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64run64.c b/src/emu/x64run64.c index f8fd6659..f1d5d9e0 100644 --- a/src/emu/x64run64.c +++ b/src/emu/x64run64.c @@ -202,6 +202,7 @@ uintptr_t Run64(x64emu_t *emu, rex_t rex, int seg, uintptr_t addr) default: return 0; } + break; case 0x6F: switch(rep) { |