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:
aurel32 2008-09-04 17:06:47 +00:00
parent ec1ac72d9c
commit 47e4661cc4
4 changed files with 34 additions and 121 deletions

View file

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