X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Friscv-dis.c;h=d7a184c4f971f6f14669baab98ba55cf13b5ad5e;hb=d1023b5d1e4483e5fa3bdab97bc041e1b1c05c5d;hp=47f9db02691d3afe1298678fcbdddafe9934499f;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c index 47f9db0269..d7a184c4f9 100644 --- a/opcodes/riscv-dis.c +++ b/opcodes/riscv-dis.c @@ -326,7 +326,7 @@ print_insn_args (const char *d, insn_t l, bfd_vma pc, disassemble_info *info) unsigned int csr = EXTRACT_OPERAND (CSR, l); switch (csr) { -#define DECLARE_CSR(name, num) case num: csr_name = #name; break; +#define DECLARE_CSR(name, num, class) case num: csr_name = #name; break; #include "opcode/riscv-opc.h" #undef DECLARE_CSR }