Revision 4ff9786c target-mips/cpu.h

b/target-mips/cpu.h
63 63
    uint32_t w[2]; /* binary single fixed-point */
64 64
};
65 65
/* define FP_ENDIAN_IDX to access the same location
66
 * in the fpr_t union regardless of the host endianess
66
 * in the fpr_t union regardless of the host endianness
67 67
 */
68 68
#if defined(HOST_WORDS_BIGENDIAN)
69 69
#  define FP_ENDIAN_IDX 1

Also available in: Unified diff