diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 17:36:11 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 17:36:11 +0000 |
commit | 17348a7f5ed81bfd58cacdf911a75c558aa0fc8f (patch) | |
tree | 84bb8b97aaec490e80b6a5034ae63e340d2cf8e9 /target-ppc | |
parent | 4f31916ffbb196ac1a68ecd53703167a70880022 (diff) | |
download | hqemu-17348a7f5ed81bfd58cacdf911a75c558aa0fc8f.zip hqemu-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c index b263d65..4e9cc98 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); } |