Fix disassembly of RISC-V CSR instructions under -Mno-aliases
[binutils-gdb.git] / opcodes / i386-dis.c
index ada44010de56189da01ab2f0048fc8bc1a51c3f4..ad0baf14d6a3874a5d51f773d226d07e4a1312ec 100644 (file)
@@ -16975,7 +16975,8 @@ OP_VEX (int bytemode, int sizeflag ATTRIBUTE_UNUSED)
          names = names_mask;
          break;
        default:
-         abort ();
+         /* See PR binutils/20893 for a reproducer.  */
+         oappend ("(bad)");
          return;
        }
       break;