Revision 95af5ce5

b/target-mips/op_helper.c
159 159
        T0 = T1;
160 160
}
161 161

  
162
#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
163

  
162 164
void do_dclo (void)
163 165
{
164 166
    T0 = clo64(T0);
......
169 171
    T0 = clz64(T0);
170 172
}
171 173

  
172
#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
173 174
#endif /* TARGET_MIPS64 */
174 175

  
175 176
/* 64 bits arithmetic for 32 bits hosts */

Also available in: Unified diff