mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[INTERP] Fixed another opcode name comment
This commit is contained in:
parent
7158405b73
commit
e52b24b615
@ -101,7 +101,7 @@ uintptr_t RunAVX_F30F(x64emu_t *emu, vex_t vex, uintptr_t addr, int *step)
|
||||
GY->u128 = 0;
|
||||
break;
|
||||
|
||||
case 0x16: /* MOVSHDUP Gx, Ex */
|
||||
case 0x16: /* VMOVSHDUP Gx, Ex */
|
||||
nextop = F8;
|
||||
GETEX(0);
|
||||
GETGX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user