diff options
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 3fc89f4..ee67546 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -684,15 +684,6 @@ void OPPROTO op_POWER_rfsvc (void) } #endif -/* PowerPC 602 specific instruction */ -#if !defined(CONFIG_USER_ONLY) -void OPPROTO op_602_mfrom (void) -{ - do_op_602_mfrom(); - RETURN(); -} -#endif - /* PowerPC 4xx specific micro-ops */ void OPPROTO op_load_dcr (void) { |