Revision 47e4661c target-ppc/cpu.h

b/target-ppc/cpu.h
551 551
    /* CTR */
552 552
    target_ulong ctr;
553 553
    /* condition register */
554
    uint8_t crf[8];
554
    uint32_t crf[8];
555 555
    /* XER */
556 556
    /* XXX: We use only 5 fields, but we want to keep the structure aligned */
557 557
    uint8_t xer[8];

Also available in: Unified diff