Revision 3594c774 target-mips/cpu.h

b/target-mips/cpu.h
17 17
typedef unsigned int            uint_fast16_t;
18 18
#endif
19 19

  
20
/* target_ulong size spec */
21
#ifdef MIPS_HAS_MIPS64
22
#define TLSZ "%016llx"
23
#else
24
#define TLSZ "%08x"
25
#endif
26

  
27 20
typedef union fpr_t fpr_t;
28 21
union fpr_t {
29 22
    float64  fd;   /* ieee double precision */

Also available in: Unified diff