mirror of
https://github.com/ptitSeb/box64.git
synced 2025-02-17 12:57:47 +00:00
Added 90 NOP
This commit is contained in:
parent
a1e3e0d5b1
commit
59a4569a87
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user