diff options
-rw-r--r-- | target-ppc/helper.c | 2 |
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); } |