Expose more TB related stuff
This commit is contained in:
@@ -138,7 +138,7 @@ static void test_uc_ctl_tb_cache()
|
||||
standard = time_emulation(uc, code_start, code_start + sizeof(code) - 1);
|
||||
|
||||
for (int i = 0; i < TB_COUNT; i++) {
|
||||
OK(uc_ctl_request_cache(uc, code_start + i * TCG_MAX_INSNS));
|
||||
OK(uc_ctl_request_cache(uc, code_start + i * TCG_MAX_INSNS, NULL));
|
||||
}
|
||||
|
||||
cached = time_emulation(uc, code_start, code_start + sizeof(code) - 1);
|
||||
|
||||
Reference in New Issue
Block a user