Revision 57c26279 target-ppc/cpu.h

b/target-ppc/cpu.h
520 520
    /* First are the most commonly used resources
521 521
     * during translated code execution
522 522
     */
523
#if TARGET_GPR_BITS > HOST_LONG_BITS
523
#if (HOST_LONG_BITS == 32)
524 524
    /* temporary fixed-point registers
525
     * used to emulate 64 bits target on 32 bits hosts
525
     * used to emulate 64 bits registers on 32 bits hosts
526 526
     */
527
    ppc_gpr_t t0, t1, t2;
527
    uint64_t t0, t1, t2;
528 528
#endif
529 529
    ppc_avr_t avr0, avr1, avr2;
530 530

  

Also available in: Unified diff