]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
opcodes/riscv: style csr names as registers
authorAndrew Burgess <aburgess@redhat.com>
Mon, 3 Oct 2022 09:59:57 +0000 (10:59 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 4 Oct 2022 08:51:24 +0000 (09:51 +0100)
commite840e61cacd49836b0bdf692bb2ff7f66f969765
tree077d23279541df44ae285bab46db4859fe3ca5e9
parentf4b581f2d1ac69c27a06a328e11763b44544aadb
opcodes/riscv: style csr names as registers

While reviewing another patch I noticed that RISC-V CSR names are
given the text style, not the register style.  This patch fixes this
mistake.
opcodes/riscv-dis.c