Fix another conditional expression mismatched enum type warning.

llvm-svn: 122419
This commit is contained in:
Matt Beaumont-Gay 2010-12-22 18:25:55 +00:00
parent 7baabefa03
commit 6b5d2519b3
1 changed files with 2 additions and 1 deletions

View File

@ -1007,7 +1007,8 @@ public:
FixedValue -= getSectionAddress(Fragment->getParent());
// Determine the appropriate type based on the fixup kind.
Type = Is24BitBranch ? macho::RIT_ARM_Branch24Bit : macho::RIT_Vanilla;
Type = Is24BitBranch ? (unsigned)macho::RIT_ARM_Branch24Bit :
(unsigned)macho::RIT_Vanilla;
}
// struct relocation_info (8 bytes)