summary refs log tree commit diff stats
path: root/target-ppc/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r--target-ppc/op.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c
index ee2f36ece7..c7b35c756b 100644
--- a/target-ppc/op.c
+++ b/target-ppc/op.c
@@ -334,21 +334,6 @@ void OPPROTO op_store_excp_vector (void)
 }
 #endif
 
-/* Trap word */
-void OPPROTO op_tw (void)
-{
-    do_tw(PARAM1);
-    RETURN();
-}
-
-#if defined(TARGET_PPC64)
-void OPPROTO op_td (void)
-{
-    do_td(PARAM1);
-    RETURN();
-}
-#endif
-
 #if !defined(CONFIG_USER_ONLY)
 /* tlbia */
 void OPPROTO op_tlbia (void)