Revision bf9525e9 target-alpha/cpu.h

b/target-alpha/cpu.h
273 273
    uint64_t unique;
274 274
    int saved_mode; /* Used for HW_LD / HW_ST */
275 275

  
276
#if TARGET_LONG_BITS > HOST_LONG_BITS
277
    /* temporary fixed-point registers
278
     * used to emulate 64 bits target on 32 bits hosts
279
     */ 
280
    target_ulong t0, t1, t2;
281
#endif
276 282
    /* */
277 283
    double ft0, ft1, ft2;
278 284

  

Also available in: Unified diff