Revision 17348a7f target-ppc/helper.c

b/target-ppc/helper.c
263 263
/* Instruction cache invalidation helper */
264 264
void do_icbi (void)
265 265
{
266
    tb_invalidate_page(T0);
266
    //    tb_invalidate_page(T0);
267 267
}

Also available in: Unified diff