diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 8f7309b372..3911f28f2d 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -582,7 +582,7 @@ struct CPUPPCState { #endif /* segment registers */ target_ulong sdr1; - target_ulong sr[16]; + target_ulong sr[32]; /* BATs */ int nb_BATs; target_ulong DBAT[2][8]; |