summaryrefslogtreecommitdiff
path: root/target-ppc
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-04 17:36:11 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-04 17:36:11 +0000
commit17348a7f5ed81bfd58cacdf911a75c558aa0fc8f (patch)
tree84bb8b97aaec490e80b6a5034ae63e340d2cf8e9 /target-ppc
parent4f31916ffbb196ac1a68ecd53703167a70880022 (diff)
downloadqemu-17348a7f5ed81bfd58cacdf911a75c558aa0fc8f.tar.gz
waiting for TARGET_HAS_SMC patch
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@512 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc')
-rw-r--r--target-ppc/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c
index b263d6535f..4e9cc98e32 100644
--- a/target-ppc/helper.c
+++ b/target-ppc/helper.c
@@ -263,5 +263,5 @@ void do_dcbz (void)
/* Instruction cache invalidation helper */
void do_icbi (void)
{
- tb_invalidate_page(T0);
+ // tb_invalidate_page(T0);
}