waiting for TARGET_HAS_SMC patch
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 Jan 2004 17:36:11 +0000 (17:36 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 Jan 2004 17:36:11 +0000 (17:36 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@512 c046a42c-6fe2-441c-8c8c-71466251a162

target-ppc/helper.c

index b263d65..4e9cc98 100644 (file)
@@ -263,5 +263,5 @@ void do_dcbz (void)
 /* Instruction cache invalidation helper */
 void do_icbi (void)
 {
-    tb_invalidate_page(T0);
+    //    tb_invalidate_page(T0);
 }