mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
MipsAsmParser.cpp: fix VS2012 build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8651aece06
commit
d8af735ca7
@ -1628,7 +1628,7 @@ void
|
||||
MipsAsmParser::printWarningWithFixIt(const Twine &Msg, const Twine &FixMsg,
|
||||
SMRange Range, bool ShowColors) {
|
||||
getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg,
|
||||
{ Range }, { SMFixIt(Range, FixMsg) },
|
||||
Range, SMFixIt(Range, FixMsg),
|
||||
ShowColors);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user