mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target/microblaze: Split out FSR from env->sregs
Continue eliminating the sregs array in favor of individual members. Does not correct the width of FSR, yet. 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>
This commit is contained in:
parent
78e9caf2f9
commit
5a8e01366c
5 changed files with 13 additions and 10 deletions
|
@ -240,6 +240,7 @@ struct CPUMBState {
|
|||
uint64_t msr;
|
||||
uint64_t ear;
|
||||
uint64_t esr;
|
||||
uint64_t fsr;
|
||||
uint64_t sregs[14];
|
||||
float_status fp_status;
|
||||
/* Stack protectors. Yes, it's a hw feature. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue