diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:23:35 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:23:35 +0000 |
commit | cf02a65c77772245bc7611f90a7393a038241e35 (patch) | |
tree | 218c9281827cd7404b06a60f9b334af03ad49541 /target-ppc/op.c | |
parent | e49a3c8f85f7b7c14ba534c19b5a965be8c386a9 (diff) | |
download | hqemu-cf02a65c77772245bc7611f90a7393a038241e35.zip hqemu-cf02a65c77772245bc7611f90a7393a038241e35.tar.gz |
target-ppc: convert mfrom instruction to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5823 c046a42c-6fe2-441c-8c8c-71466251a162
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) { |