ubsan: nios2: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / opcodes / nios2-dis.c
index 2d63eeda86d3cdef841bcb75fff9ac398b6ff131..adf0091b2a0c16df679ac0dcc875809fb7468ad9 100644 (file)
@@ -867,7 +867,7 @@ nios2_print_insn_arg (const char *argptr,
 
          case iw_L5I4X1_type:
            /* Encoding for push.n/pop.n.  */
-           reglist |= (1 << 31);
+           reglist |= (1u << 31);
            if (GET_IW_L5I4X1_FP (opcode))
              reglist |= (1 << 28);
            if (GET_IW_L5I4X1_CS (opcode))
This page took 0.028709 seconds and 4 git commands to generate.