mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix Punctuation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb6e77f8cc
commit
ea1104a4c3
@ -657,7 +657,7 @@ void WinCOFFObjectWriter::RecordRelocation(const MCAssembler &Asm,
|
||||
Reloc.Data.SymbolTableIndex = 0;
|
||||
Reloc.Data.VirtualAddress = Layout.getFragmentOffset(Fragment);
|
||||
|
||||
// turn relocations for temporary symbols into section relocations
|
||||
// Turn relocations for temporary symbols into section relocations.
|
||||
if (coff_symbol->MCData->getSymbol().isTemporary()) {
|
||||
Reloc.Symb = coff_symbol->Section->Symbol;
|
||||
FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment)
|
||||
|
Loading…
Reference in New Issue
Block a user