Revision 60aa19ab target-mips/op_helper_mem.c

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

  
127
#ifdef MIPS_HAS_MIPS64
127
#ifdef TARGET_MIPS64
128 128

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

  
301
#endif /* MIPS_HAS_MIPS64 */
301
#endif /* TARGET_MIPS64 */

Also available in: Unified diff