target/microblaze: Fix width of MSR
commit3e0e16ae1e0048a21a91674061ec9c43c5d7a76c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 20 Aug 2020 05:33:37 +0000 (19 22:33 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Sep 2020 14:41:38 +0000 (1 07:41 -0700)
treeb493bacf05a8a4094393953193dfeba2a0510f1b
parent0f96e96bd5144b1a834fed2b53a17fcf46637dcb
target/microblaze: Fix width of MSR

The machine status register is only 32-bits wide.
Do not use a 64-bit type to represent it.

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/op_helper.c
target/microblaze/translate.c