projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c594ef
)
target-microblaze: Correct the PVR array size
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Sat, 14 Apr 2018 20:15:19 +0000
(22:15 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Tue, 29 May 2018 07:33:40 +0000
(09:33 +0200)
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>
target/microblaze/cpu.h
patch
|
blob
|
history
diff --git
a/target/microblaze/cpu.h
b/target/microblaze/cpu.h
index 994496515f72d5956eecb15e6fa46baf86958bbc..2304c24b7de732b48916b4808471c6eb6554cdcb 100644
(file)
--- a/
target/microblaze/cpu.h
+++ b/
target/microblaze/cpu.h
@@
-277,7
+277,7
@@
struct CPUMBState {
/* These fields are preserved on reset. */
struct {
- uint32_t regs[1
6
];
+ uint32_t regs[1
3
];
} pvr;
};