about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-tcg-inl.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-19 14:35:37 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-19 14:35:37 +0100
commitd8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9 (patch)
tree8cfac62fd408bc4dab75f0aec0461028805d38dc /qemu_mode/patches/afl-qemu-tcg-inl.h
parent5e53d337dbfb15aef37a9f3243594d75fc4ffc25 (diff)
parentb91000fc9e2b86ffe96bef7a30d30b7e0f1f66fc (diff)
downloadafl++-d8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'qemu_mode/patches/afl-qemu-tcg-inl.h')
-rw-r--r--qemu_mode/patches/afl-qemu-tcg-inl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/patches/afl-qemu-tcg-inl.h b/qemu_mode/patches/afl-qemu-tcg-inl.h
index 33e0d2a7..8ac993a2 100644
--- a/qemu_mode/patches/afl-qemu-tcg-inl.h
+++ b/qemu_mode/patches/afl-qemu-tcg-inl.h
@@ -376,8 +376,8 @@ void tcg_gen_afl_call0(void *func) {
 
 }
 
-void tcg_gen_afl_compcov_log_call(void *func, target_ulong cur_loc,
-                                  TCGv arg1, TCGv arg2) {
+void tcg_gen_afl_compcov_log_call(void *func, target_ulong cur_loc, TCGv arg1,
+                                  TCGv arg2) {
 
   int      i, real_args, nb_rets, pi;
   unsigned sizemask, flags;