parent
5695098c4c
commit
b5c9cc54d3
|
@ -134,7 +134,7 @@ void ELFARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
|
||||||
uint64_t Value) const {
|
uint64_t Value) const {
|
||||||
uint32_t Mask = 0;
|
uint32_t Mask = 0;
|
||||||
// Fixme: 2 for Thumb
|
// Fixme: 2 for Thumb
|
||||||
unsigned NumBytes = 4;
|
unsigned NumBytes = 4;
|
||||||
Value = adjustFixupValue(Fixup.getKind(), Value);
|
Value = adjustFixupValue(Fixup.getKind(), Value);
|
||||||
|
|
||||||
switch (Fixup.getKind()) {
|
switch (Fixup.getKind()) {
|
||||||
|
|
Loading…
Reference in New Issue