Fix usermode
This commit is contained in:
parent
f49d184a90
commit
d15b4d47e4
@ -1108,7 +1108,9 @@ TranslationBlock *libafl_gen_edge(CPUState *cpu, target_ulong src_block,
|
|||||||
tb_reset_jump(tb, 1);
|
tb_reset_jump(tb, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef CONFIG_USER_ONLY
|
||||||
tb->page_addr[0] = tb->page_addr[1] = -1;
|
tb->page_addr[0] = tb->page_addr[1] = -1;
|
||||||
|
#endif
|
||||||
return tb;
|
return tb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user