1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 15:38:07 +00:00

Fix comment

This commit is contained in:
Turo Lamminen 2024-08-06 19:13:06 +03:00
parent ed19a468e6
commit 4b320e0817

View File

@ -2242,7 +2242,7 @@ NdParseOperand(
break; break;
case ND_OPT_LSTAR: case ND_OPT_LSTAR:
// The operand is implicit and is the IA32_STAR. // The operand is implicit and is the IA32_LSTAR.
operand->Type = ND_OP_REG; operand->Type = ND_OP_REG;
operand->Info.Register.Type = ND_REG_MSR; operand->Info.Register.Type = ND_REG_MSR;
operand->Info.Register.Size = ND_SIZE_64BIT; operand->Info.Register.Size = ND_SIZE_64BIT;