Adjust ctl_remove_cache usage to signature
This commit is contained in:
@@ -55,7 +55,7 @@ def test_uc_ctl_tb_cache():
|
|||||||
|
|
||||||
# Now we clear cache for all TBs.
|
# Now we clear cache for all TBs.
|
||||||
for i in range(8):
|
for i in range(8):
|
||||||
uc.ctl_remove_cache(addr + i * 512)
|
uc.ctl_remove_cache(addr + i * 512, addr + 0x1000)
|
||||||
|
|
||||||
evicted = time_emulation(uc, addr, addr + len(code))
|
evicted = time_emulation(uc, addr, addr + len(code))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user