mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00
target-microblaze: Correct the PVR array size
Correct the PVR array size, there are 13 PVR registers. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
5c594ef3c7
commit
c56911a424
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ struct CPUMBState {
|
|||
/* These fields are preserved on reset. */
|
||||
|
||||
struct {
|
||||
uint32_t regs[16];
|
||||
uint32_t regs[13];
|
||||
} pvr;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue