mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
ppc: Convert CRF moves to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5158 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ec1ac72d9c
commit
47e4661cc4
4 changed files with 34 additions and 121 deletions
|
@ -551,7 +551,7 @@ struct CPUPPCState {
|
|||
/* CTR */
|
||||
target_ulong ctr;
|
||||
/* condition register */
|
||||
uint8_t crf[8];
|
||||
uint32_t crf[8];
|
||||
/* XER */
|
||||
/* XXX: We use only 5 fields, but we want to keep the structure aligned */
|
||||
uint8_t xer[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue