diff options
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 3ee326d5fb..e663e607ec 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -136,13 +136,6 @@ void OPPROTO op_set_Rc0 (void) RETURN(); } -/* Constants load */ -void OPPROTO op_moven_T2_T0 (void) -{ - T2 = ~T0; - RETURN(); -} - /* Generate exceptions */ void OPPROTO op_raise_exception_err (void) { |