[INTERP] Fixed another opcode name comment

This commit is contained in:
ptitSeb 2025-04-24 11:37:17 +02:00
parent 7158405b73
commit e52b24b615

View File

@ -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;