Revision 540635ba target-mips/op_helper_mem.c

b/target-mips/op_helper_mem.c
124 124
    return tmp;
125 125
}
126 126

  
127
#ifdef TARGET_MIPS64
127
#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
128 128

  
129 129
#ifdef TARGET_WORDS_BIGENDIAN
130 130
#define GET_LMASK64(v) ((v) & 7)
......
298 298
    return tmp;
299 299
}
300 300

  
301
#endif /* TARGET_MIPS64 */
301
#endif /* TARGET_MIPSN32 || TARGET_MIPS64 */

Also available in: Unified diff