Revision 65d6c0f3 target-ppc/cpu.h

b/target-ppc/cpu.h
530 530

  
531 531
    /* general purpose registers */
532 532
    ppc_gpr_t gpr[32];
533
#if TARGET_GPR_BITS < 64
533
#if !defined(TARGET_PPC64)
534 534
    /* Storage for GPR MSB, used by the SPE extension */
535 535
    ppc_gpr_t gprh[32];
536 536
#endif

Also available in: Unified diff