Revision e85ef538

b/include/exec/cpu-defs.h
99 99
                   sizeof(uintptr_t))];
100 100
} CPUTLBEntry;
101 101

  
102
extern int CPUTLBEntry_wrong_size[sizeof(CPUTLBEntry) == (1 << CPU_TLB_ENTRY_BITS) ? 1 : -1];
102
QEMU_BUILD_BUG_ON(sizeof(CPUTLBEntry) != (1 << CPU_TLB_ENTRY_BITS));
103 103

  
104 104
#define CPU_COMMON_TLB \
105 105
    /* The meaning of the MMU modes is defined in the target code. */   \

Also available in: Unified diff