mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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:
parent
331dadde19
commit
74d37793f4
7 changed files with 272 additions and 332 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue