From 17348a7f5ed81bfd58cacdf911a75c558aa0fc8f Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 4 Jan 2004 17:36:11 +0000 Subject: [PATCH] waiting for TARGET_HAS_SMC patch git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@512 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2