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
This commit is contained in:
aurel32 2008-12-06 21:46:17 +00:00
parent 331dadde19
commit 74d37793f4
7 changed files with 272 additions and 332 deletions

View file

@ -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];