mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-21 23:18:09 +00:00
Fix comment
This commit is contained in:
parent
ed19a468e6
commit
4b320e0817
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user