Commit 17348a7f5ed81bfd58cacdf911a75c558aa0fc8f
1 parent
4f31916f
waiting for TARGET_HAS_SMC patch
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@512 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-ppc/helper.c
| @@ -263,5 +263,5 @@ void do_dcbz (void) | @@ -263,5 +263,5 @@ void do_dcbz (void) | ||
| 263 | /* Instruction cache invalidation helper */ | 263 | /* Instruction cache invalidation helper */ |
| 264 | void do_icbi (void) | 264 | void do_icbi (void) |
| 265 | { | 265 | { |
| 266 | - tb_invalidate_page(T0); | 266 | + // tb_invalidate_page(T0); |
| 267 | } | 267 | } |