aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/op_template.h')
-rw-r--r--target-ppc/op_template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/op_template.h b/target-ppc/op_template.h
index bdd8844323..51f9b3681b 100644
--- a/target-ppc/op_template.h
+++ b/target-ppc/op_template.h
@@ -159,11 +159,13 @@ void OPPROTO glue(op_store_T0_crf_crf, REG) (void)
RETURN();
}
+#if 0 // Unused
void OPPROTO glue(op_store_T1_crf_crf, REG) (void)
{
env->crf[REG] = T1;
RETURN();
}
+#endif
#endif /* REG <= 7 */