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-09-04 10:03:51 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-04 10:03:51 +0200
commite1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 (patch)
tree90b9797ca310168cf1be02959d1738df9650a3f6 /qemu_mode/patches/afl-qemu-tcg-inl.h
parent9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (diff)
downloadafl++-e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7.tar.gz
fix typo in custom format
Diffstat (limited to 'qemu_mode/patches/afl-qemu-tcg-inl.h')
-rw-r--r--qemu_mode/patches/afl-qemu-tcg-inl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/qemu_mode/patches/afl-qemu-tcg-inl.h b/qemu_mode/patches/afl-qemu-tcg-inl.h
index d53a1ccf..d45ffac9 100644
--- a/qemu_mode/patches/afl-qemu-tcg-inl.h
+++ b/qemu_mode/patches/afl-qemu-tcg-inl.h
@@ -103,7 +103,7 @@ void tcg_gen_afl_maybe_log_call(target_ulong cur_loc) {
 
   }
 
-#endif /* TCG_TARGET_EXTEND_ARGS */
+#endif                                            /* TCG_TARGET_EXTEND_ARGS */
 
   op = tcg_emit_op(INDEX_op_call);
 
@@ -187,7 +187,7 @@ void tcg_gen_afl_maybe_log_call(target_ulong cur_loc) {
 #elif defined(TCG_TARGET_EXTEND_ARGS) && TCG_TARGET_REG_BITS == 64
   int is_64bit = sizemask & (1 << 2);
   if (!is_64bit) { tcg_temp_free_internal(arg); }
-#endif /* TCG_TARGET_EXTEND_ARGS */
+#endif                                            /* TCG_TARGET_EXTEND_ARGS */
 
 }
 
@@ -270,7 +270,7 @@ void tcg_gen_afl_compcov_log_call(void *func, target_ulong cur_loc,
 
   }
 
-#endif /* TCG_TARGET_EXTEND_ARGS */
+#endif                                            /* TCG_TARGET_EXTEND_ARGS */
 
   op = tcg_emit_op(INDEX_op_call);
 
@@ -367,7 +367,7 @@ void tcg_gen_afl_compcov_log_call(void *func, target_ulong cur_loc,
 
   }
 
-#endif /* TCG_TARGET_EXTEND_ARGS */
+#endif                                            /* TCG_TARGET_EXTEND_ARGS */
 
 }