summaryrefslogtreecommitdiffstats
path: root/target-ppc/op.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-30 16:23:35 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-30 16:23:35 +0000
commitcf02a65c77772245bc7611f90a7393a038241e35 (patch)
tree218c9281827cd7404b06a60f9b334af03ad49541 /target-ppc/op.c
parente49a3c8f85f7b7c14ba534c19b5a965be8c386a9 (diff)
downloadhqemu-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.c9
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)
{
OpenPOWER on IntegriCloud