diff options
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]; |