Added 90 NOP

This commit is contained in:
ptitSeb 2021-03-05 17:04:05 +01:00
parent a1e3e0d5b1
commit 59a4569a87

View File

@ -340,6 +340,9 @@ x64emurun:
GD->dword[0] = (uint32_t)(uintptr_t)ED;
break;
case 0x90: /* NOP */
break;
case 0x98: /* CWDE */
if(rex.w)
emu->regs[_AX].sq[0] = emu->regs[_AX].sdword[0];