Revision fc0d441e target-ppc/op_template.h

b/target-ppc/op_template.h
159 159
    RETURN();
160 160
}
161 161

  
162
#if 0 // Unused
162 163
void OPPROTO glue(op_store_T1_crf_crf, REG) (void)
163 164
{
164 165
    env->crf[REG] = T1;
165 166
    RETURN();
166 167
}
168
#endif
167 169

  
168 170
#endif /* REG <= 7 */
169 171

  

Also available in: Unified diff