From 4b320e08172137bf8869d2a676a3c5617eb18ee0 Mon Sep 17 00:00:00 2001 From: Turo Lamminen Date: Tue, 6 Aug 2024 19:13:06 +0300 Subject: [PATCH] Fix comment --- bddisasm/bdx86_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;