aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-01 00:54:23 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-11-01 00:54:23 +0000
commit182608d44cc64bfec3f82e7895b7572db60b7c92 (patch)
treed6eaad5c8457a6a7c2f09ce0ecbe89835a431db7 /target-ppc/op_helper.h
parent74637406444c9276ecc26de970ff9018fbfc8735 (diff)
target-ppc: convert 405 MAC instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5591 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r--target-ppc/op_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h
index b90e0c0f0e..7280cf40c5 100644
--- a/target-ppc/op_helper.h
+++ b/target-ppc/op_helper.h
@@ -144,7 +144,6 @@ void do_440_tlbwe (int word);
#endif
/* PowerPC 4xx specific helpers */
-void do_405_check_sat (void);
void do_load_dcr (void);
void do_store_dcr (void);
#if !defined(CONFIG_USER_ONLY)