mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 07:32:13 +00:00
MC: Add missing ')' in diagnostic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f523e476c2
commit
75413b1464
@ -451,7 +451,7 @@ uint64_t MCAssembler::ComputeFragmentSize(MCAsmLayout &Layout,
|
||||
int64_t Offset = TargetLocation - FragmentOffset;
|
||||
if (Offset < 0 || Offset >= 0x40000000)
|
||||
report_fatal_error("invalid .org offset '" + Twine(TargetLocation) +
|
||||
"' (at offset '" + Twine(FragmentOffset) + "'");
|
||||
"' (at offset '" + Twine(FragmentOffset) + "')");
|
||||
|
||||
return Offset;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user