qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 06/29] target-microblaze: Correct the PVR array s


From: Edgar E. Iglesias
Subject: [Qemu-devel] [PATCH v1 06/29] target-microblaze: Correct the PVR array size
Date: Thu, 3 May 2018 11:18:59 +0200

From: "Edgar E. Iglesias" <address@hidden>

Correct the PVR array size, there are 13 PVR registers.

Signed-off-by: Edgar E. Iglesias <address@hidden>
---
 target/microblaze/cpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h
index 994496515f..2304c24b7d 100644
--- 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[16];
+        uint32_t regs[13];
     } pvr;
 };
 
-- 
2.14.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]