]> git.ipfire.org Git - thirdparty/qemu.git/commit
disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
authorAlvin Chang <vivahavey@gmail.com>
Thu, 7 Sep 2023 08:45:00 +0000 (16:45 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 13 Oct 2023 15:20:59 +0000 (18:20 +0300)
commita8c0d82f7b8d912e34a79f738c1e4bbcfb205f15
tree9dbb457092d491726f6af01b043f00810cc19ba7
parent2e42ba01f1ecdbdcaa194a0a8424c32e45e32ec7
disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14

Fix the inverted order of pmpaddr13 and pmpaddr14 in csr_name().

Signed-off-by: Alvin Chang <alvinga@andestech.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20230907084500.328-1-alvinga@andestech.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
(cherry picked from commit cffa9954908830276c93b430681f66cc0e599aef)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
disas/riscv.c