]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/microblaze: Tidy mb_tcg_init
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Aug 2020 13:29:47 +0000 (06:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (07:41 -0700)
commit480d29a8fa842ca94297600397041f0efb0c7bd0
tree8aefb3d5ac9db04270ac00a52535be063d5efb61
parent9b1585589dd4f9a1357f49d233039db6c4788bf3
target/microblaze: Tidy mb_tcg_init

All of the tcg globals can be recorded in the same table.
Drop the "r" prefix from "rpc" and "rmsr".  Obviates the
need for regnames[], which was incorrectly not const.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/translate.c