AsmParser: Don't use locationOverride as current location when location from comments is selected

This commit is contained in:
Kamil Śliwak
2021-09-22 13:11:39 +02:00
parent ce4420f857
commit d23754eafd
2 changed files with 5 additions and 4 deletions
@@ -5,5 +5,5 @@ object "C" {
}
}
// ----
// ParserError 6913: Call or assignment expected.
// ParserError 6913: (65-66): Call or assignment expected.
// ParserError 2314: (67-68): Expected end of source but got '}'