mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
[ms-inline asm] Make the error message more generic now that we support the
'SIZE' and 'LENGTH' operators. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1381b9b68c
commit
3da67ca973
@ -1180,7 +1180,7 @@ X86Operand *X86AsmParser::ParseIntelOperator(SMLoc Start, unsigned OpKind) {
|
||||
bool IsVarDecl;
|
||||
if (!SemaCallback->LookupInlineAsmIdentifier(Sym.getName(), NULL, Length,
|
||||
Size, Type, IsVarDecl))
|
||||
return ErrorOperand(Start, "Unable to lookup TYPE of expr!");
|
||||
return ErrorOperand(Start, "Unable to lookup expr!");
|
||||
}
|
||||
unsigned CVal;
|
||||
switch(OpKind) {
|
||||
|
Loading…
Reference in New Issue
Block a user