waiting for TARGET_HAS_SMC patch

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@512 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-01-04 17:36:11 +00:00
parent 4f31916ffb
commit 17348a7f5e
1 changed files with 1 additions and 1 deletions

View 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);
}