mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199118 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91e35c7533
commit
286cc13546
@ -738,17 +738,17 @@ void MCAssembler::writeSectionData(const MCSectionData *SD,
|
||||
uint64_t MCAssembler::handleFixup(const MCAsmLayout &Layout,
|
||||
MCFragment &F,
|
||||
const MCFixup &Fixup) {
|
||||
// Evaluate the fixup.
|
||||
MCValue Target;
|
||||
uint64_t FixedValue;
|
||||
if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
|
||||
// The fixup was unresolved, we need a relocation. Inform the object
|
||||
// writer of the relocation, and give it an opportunity to adjust the
|
||||
// fixup value if need be.
|
||||
getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue);
|
||||
}
|
||||
return FixedValue;
|
||||
}
|
||||
// Evaluate the fixup.
|
||||
MCValue Target;
|
||||
uint64_t FixedValue;
|
||||
if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
|
||||
// The fixup was unresolved, we need a relocation. Inform the object
|
||||
// writer of the relocation, and give it an opportunity to adjust the
|
||||
// fixup value if need be.
|
||||
getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue);
|
||||
}
|
||||
return FixedValue;
|
||||
}
|
||||
|
||||
void MCAssembler::Finish() {
|
||||
DEBUG_WITH_TYPE("mc-dump", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user