Give explicit suffix to integer constant over 32-bits.
authorTim Northover <Tim.Northover@arm.com>
Mon, 4 Feb 2013 14:14:58 +0000 (14:14 +0000)
committerTim Northover <Tim.Northover@arm.com>
Mon, 4 Feb 2013 14:14:58 +0000 (14:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174324 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp

index 1c093693a8840d1b6878bf36c78e38579da2f95a..a206fd17f5acb7bcbe1c9c4e9576e65c78a17579 100644 (file)
@@ -552,7 +552,7 @@ static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) {
     // 2^32.
     assert((int64_t)Value >= -(1LL << 32) &&
            (int64_t)Value < (1LL << 32) && "Out of range ADRP fixup");
-    return ADRImmBits((Value & 0x1fffff000) >> 12);
+    return ADRImmBits((Value & 0x1fffff000ULL) >> 12);
 
   case AArch64::fixup_a64_ld64_gottprel_lo12_nc:
     // R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC: Set an LD offset field to bits FF8