]> git.proxmox.com Git - mirror_qemu.git/commit - target/microblaze/translate.c
target/microblaze: Fix width of PC and BTARGET
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 20 Aug 2020 05:25:16 +0000 (22:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (07:41 -0700)
commit0f96e96bd5144b1a834fed2b53a17fcf46637dcb
tree310603035665e3b843fa14b68b83b224a1d46502
parentaa28e6d4c70d16415ad110a173c8af618fbceb96
target/microblaze: Fix width of PC and BTARGET

The program counter is only 32-bits wide.  Do not use a 64-bit
type to represent it.  Since they are so closely related, fix
btarget at the same time.

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/cpu.h
target/microblaze/helper.c
target/microblaze/mmu.c
target/microblaze/op_helper.c
target/microblaze/translate.c