mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix merge error in my last fix to Thumb2 vldr fixups.
llvm-svn: 121588
This commit is contained in:
parent
f310c92333
commit
8424ab65e2
@ -54,7 +54,7 @@ public:
|
||||
MCFixupKindInfo::FKF_IsAligned},
|
||||
{ "fixup_arm_pcrel_10", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
|
||||
{ "fixup_t2_pcrel_10", 0, 32, MCFixupKindInfo::FKF_IsPCRel |
|
||||
MCFixupKindInfo::FKF_IsPCRel },
|
||||
MCFixupKindInfo::FKF_IsAligned},
|
||||
{ "fixup_arm_adr_pcrel_12", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
|
||||
{ "fixup_arm_branch", 1, 24, MCFixupKindInfo::FKF_IsPCRel },
|
||||
{ "fixup_t2_branch", 0, 32, MCFixupKindInfo::FKF_IsPCRel |
|
||||
|
Loading…
Reference in New Issue
Block a user