RISC-V: Accept version, supervisor ext and more than one NSE for -march.
[deliverable/binutils-gdb.git] / opcodes / riscv-dis.c
index 890f1f8e697c06a51c12115160414c6ca8fab3d0..979082094833e051da827f7c4a32e54c1e651236 100644 (file)
@@ -408,7 +408,7 @@ riscv_disassemble_insn (bfd_vma memaddr, insn_t word, disassemble_info *info)
   op = riscv_hash[OP_HASH_IDX (word)];
   if (op != NULL)
     {
-      int xlen = 0;
+      unsigned xlen = 0;
 
       /* If XLEN is not known, get its value from the ELF class.  */
       if (info->mach == bfd_mach_riscv64)
This page took 0.023208 seconds and 4 git commands to generate.