mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
remove debug print
This commit is contained in:
@ -133,12 +133,10 @@ static void afl_gen_compcov(target_ulong cur_loc, TCGv_i64 arg1, TCGv_i64 arg2,
|
|||||||
\
|
\
|
||||||
if (s->pc == afl_persistent_addr) { \
|
if (s->pc == afl_persistent_addr) { \
|
||||||
\
|
\
|
||||||
fprintf(stderr, " IN TRANSLATING %p!\n", s->pc); \
|
|
||||||
tcg_gen_afl_call0(&afl_persistent_loop); \
|
tcg_gen_afl_call0(&afl_persistent_loop); \
|
||||||
\
|
\
|
||||||
} else if (s->pc == afl_persistent_ret_addr) { \
|
} else if (s->pc == afl_persistent_ret_addr) { \
|
||||||
\
|
\
|
||||||
fprintf(stderr, " IN TRANSLATING RET %p!\n", s->pc); \
|
|
||||||
gen_jmp_im(s, afl_persistent_addr); \
|
gen_jmp_im(s, afl_persistent_addr); \
|
||||||
gen_eob(s); \
|
gen_eob(s); \
|
||||||
\
|
\
|
||||||
|
Reference in New Issue
Block a user