Don't assign alt twice
[deliverable/binutils-gdb.git] / opcodes / nds32-asm.c
index 406cc7cf5a27eece6edc76983abe93bed1df676d..43aa661b60d335a3c22e53f40bdc6a0cca8e9b2d 100644 (file)
@@ -1,5 +1,5 @@
 /* NDS32-specific support for 32-bit ELF.
-   Copyright (C) 2012-2015 Free Software Foundation, Inc.
+   Copyright (C) 2012-2016 Free Software Foundation, Inc.
    Contributed by Andes Technology Corporation.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -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.0241 seconds and 4 git commands to generate.