forked from OSchip/llvm-project
[ms-inline asm] Update the end loc for ParseIntelMemOperand.
llvm-svn: 165947
This commit is contained in:
parent
0d6f149e62
commit
499d4a1468
|
@ -752,6 +752,7 @@ X86Operand *X86AsmParser::ParseIntelMemOperand(unsigned SegReg, SMLoc Start) {
|
|||
|
||||
const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext());
|
||||
if (getParser().ParseExpression(Disp, End)) return 0;
|
||||
End = Parser.getTok().getLoc();
|
||||
return X86Operand::CreateMem(Disp, Start, End, Size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue