提交 c56911a4 编写于 作者: E Edgar E. Iglesias

target-microblaze: Correct the PVR array size

Correct the PVR array size, there are 13 PVR registers.
Reviewed-by: NAlistair Francis <alistair.francis@wdc.com>
Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@xilinx.com>
上级 5c594ef3
......@@ -277,7 +277,7 @@ struct CPUMBState {
/* These fields are preserved on reset. */
struct {
uint32_t regs[16];
uint32_t regs[13];
} pvr;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册