diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 21:46:17 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-06 21:46:17 +0000 |
commit | 74d37793f4ea5f30ed6c0af6c449a204dacd8b44 (patch) | |
tree | 2af7cbe375158ea786fa3aa8f2d47974cd989f66 /target-ppc/cpu.h | |
parent | 331dadde1900247ee90547ce51c620432c5a8f79 (diff) |
target-ppc: convert SLB/TLB instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5895 c046a42c-6fe2-441c-8c8c-71466251a162
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]; |