diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64runf0.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/x64runf0.c b/src/emu/x64runf0.c index 5366e142..8ad70b78 100644 --- a/src/emu/x64runf0.c +++ b/src/emu/x64runf0.c @@ -495,6 +495,9 @@ int RunF0(x64emu_t *emu, rex_t rex) } break; + case 0x66: + return Run66F0(emu, rex); // more opcode F0 66 and 66 F0 is the same + case 0x81: /* GRP Ed,Id */ case 0x83: /* GRP Ed,Ib */ nextop = F8; |