mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
kill trailing space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fdbdaaca2c
commit
1920d82f75
@ -134,7 +134,7 @@ void ELFARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
|
||||
uint64_t Value) const {
|
||||
uint32_t Mask = 0;
|
||||
// Fixme: 2 for Thumb
|
||||
unsigned NumBytes = 4;
|
||||
unsigned NumBytes = 4;
|
||||
Value = adjustFixupValue(Fixup.getKind(), Value);
|
||||
|
||||
switch (Fixup.getKind()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user