]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/microblaze: Rename env_* tcg variables to cpu_*
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 24 Aug 2020 13:47:54 +0000 (06:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (07:41 -0700)
commit9b1585589dd4f9a1357f49d233039db6c4788bf3
treeffe02ef1eab95a40d016cfc13eba5393c70a853f
parenteb2022b7d0dcf5be089f9519ac096ebe60b46797
target/microblaze: Rename env_* tcg variables to cpu_*

This is cpu_imm, cpu_btaken, cpu_iflags, cpu_res_addr and cpu_res_val.
It is standard for these file-scope globals to begin with cpu_*.

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