mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
20 lines
542 B
Diff
20 lines
542 B
Diff
--- a/accel/tcg/translate-all.c 2017-08-30 18:50:40.000000000 +0200
|
|
+++ b/accel/tcg/translate-all.c 2018-09-21 10:19:42.328766554 +0200
|
|
@@ -60,6 +60,8 @@
|
|
#include "exec/log.h"
|
|
#include "sysemu/cpus.h"
|
|
|
|
+#include "../patches/afl-qemu-translate-inl.h"
|
|
+
|
|
/* #define DEBUG_TB_INVALIDATE */
|
|
/* #define DEBUG_TB_FLUSH */
|
|
/* make various TB consistency checks */
|
|
@@ -1280,6 +1282,7 @@
|
|
tcg_func_start(&tcg_ctx);
|
|
|
|
tcg_ctx.cpu = ENV_GET_CPU(env);
|
|
+ afl_gen_trace(pc);
|
|
gen_intermediate_code(cpu, tb);
|
|
tcg_ctx.cpu = NULL;
|
|
|