Revision e2542fe2 cpu-defs.h

b/cpu-defs.h
106 106
                   sizeof(target_phys_addr_t))];
107 107
} CPUTLBEntry;
108 108

  
109
#ifdef WORDS_BIGENDIAN
109
#ifdef HOST_WORDS_BIGENDIAN
110 110
typedef struct icount_decr_u16 {
111 111
    uint16_t high;
112 112
    uint16_t low;

Also available in: Unified diff