diff --git a/bddisasm/bdx86_decoder.c b/bddisasm/bdx86_decoder.c index 3e04516..6fd057e 100644 --- a/bddisasm/bdx86_decoder.c +++ b/bddisasm/bdx86_decoder.c @@ -2242,7 +2242,7 @@ NdParseOperand( break; 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->Info.Register.Type = ND_REG_MSR; operand->Info.Register.Size = ND_SIZE_64BIT;