mirror of https://gitee.com/openkylin/qemu.git
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:
parent
4f31916ffb
commit
17348a7f5e
|
@ -263,5 +263,5 @@ void do_dcbz (void)
|
|||
/* Instruction cache invalidation helper */
|
||||
void do_icbi (void)
|
||||
{
|
||||
tb_invalidate_page(T0);
|
||||
// tb_invalidate_page(T0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue