mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-03 22:22:31 +00:00
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 */
|
/* Instruction cache invalidation helper */
|
||||||
void do_icbi (void)
|
void do_icbi (void)
|
||||||
{
|
{
|
||||||
tb_invalidate_page(T0);
|
// tb_invalidate_page(T0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user