diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-14 19:55:54 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-14 19:55:54 +0000 |
commit | e2be8d8d7ed7ca8bd3fdf7f6207cabd9cfb32b8e (patch) | |
tree | e01c58797188832f78fbdc41275c0456dde7066e /target-ppc/op.c | |
parent | 064f6633d6983cc1bc443276088d088ec237e53b (diff) |
PPC: convert effective address computation to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5490 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 830e9636dc..c0aa372c61 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -26,12 +26,6 @@ #include "helper_regs.h" #include "op_helper.h" -void OPPROTO op_print_mem_EA (void) -{ - do_print_mem_EA(T0); - RETURN(); -} - /* PowerPC state maintenance operations */ /* set_Rc0 */ void OPPROTO op_set_Rc0 (void) |