-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
leal (%eax,%eax), %edx
invalid operand. failure parsing operand (%eax,%eax)
, bad supporting to index addressing
#575
Comments
leal (%eax,%eax), %edx
invalid operand. failure parsing operand (%eax,%eax)
leal (%eax,%eax), %edx
invalid operand. failure parsing operand (%eax,%eax)
, bad supporting to index addressing
|
X86AsmParser.cpp ::X86AsmParser::ParseMemOperand
X86AsmParser.cpp ::X86AsmParser::ParseRegister
X86AsmParser.cpp ::X86AsmParser::ParseMemOperand
|
there are twice parsing IndexReg. maybe the origin version is
to solve |
Yes, it is. the problem is solved. |
leal (%eax,%eax), %edx
meansedx = eax + eax
,The text was updated successfully, but these errors were encountered: