Revision e2542fe2 target-i386/exec.h

b/target-i386/exec.h
155 155
/* NOTE: arm is horrible as double 32 bit words are stored in big endian ! */
156 156
typedef union {
157 157
    double d;
158
#if !defined(WORDS_BIGENDIAN) && !defined(__arm__)
158
#if !defined(HOST_WORDS_BIGENDIAN) && !defined(__arm__)
159 159
    struct {
160 160
        uint32_t lower;
161 161
        int32_t upper;

Also available in: Unified diff