Edge blocks in QHT

This commit is contained in:
Andrea Fioraldi 2022-02-28 16:19:25 +01:00
parent 4c70e3953a
commit 4a4c9f5c09

View File

@ -1957,7 +1957,7 @@ TranslationBlock *libafl_gen_edge(CPUState *cpu, target_ulong src_block,
* through QHT. Otherwise rewinding happened in the TB might fail to * through QHT. Otherwise rewinding happened in the TB might fail to
* lookup itself using host PC. * lookup itself using host PC.
*/ */
// tcg_tb_insert(tb); tcg_tb_insert(tb);
/* check next page if needed */ /* check next page if needed */
/*virt_page2 = (pc + tb->size - 1) & TARGET_PAGE_MASK; /*virt_page2 = (pc + tb->size - 1) & TARGET_PAGE_MASK;