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
@ -277,7 +277,7 @@ struct CPUMBState {
|
|||||||
/* These fields are preserved on reset. */
|
/* These fields are preserved on reset. */
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
uint32_t regs[16];
|
uint32_t regs[13];
|
||||||
} pvr;
|
} pvr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user