Fix compile time warnings generated when compiling with clang.
[deliverable/binutils-gdb.git] / opcodes / nds32-asm.c
index 406cc7cf5a27eece6edc76983abe93bed1df676d..d9f8766c9da601b8caa4779e494ad3c4f476e794 100644 (file)
@@ -2086,7 +2086,7 @@ done:
     {
       /* Sign-ext the value.  */
       if (((value >> 32) == 0) && (value & 0x80000000))
-       value |= (int64_t) -1 << 31;
+       value |= (int64_t) -1U << 31;
 
 
       /* Shift the value to positive domain.  */
This page took 0.024096 seconds and 4 git commands to generate.