diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-04 17:06:47 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-04 17:06:47 +0000 |
commit | 47e4661cc4c27124502ec46a171c94375947b2f7 (patch) | |
tree | 71b2ff10d6af82cbbb95852c4cd0b9e99eec7e92 /target-ppc/cpu.h | |
parent | ec1ac72d9ce0bb5055b3052ae95c2c3ddfaec1d6 (diff) |
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
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 0de7653d17..1edf44931d 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -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]; |