about summary refs log tree commit diff
path: root/instrumentation/afl-gcc-common.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-10-11 08:53:49 +0200
committervanhauser-thc <vh@thc.org>2022-10-11 08:53:49 +0200
commite6e82948bf95fab90466cb2dfa78457c4d2d80a6 (patch)
tree30236db4d02ab69a654abf2242baeb34813c32e4 /instrumentation/afl-gcc-common.h
parentc5008362c64c4c70d53f7533661c22307bfcbb6e (diff)
downloadafl++-e6e82948bf95fab90466cb2dfa78457c4d2d80a6.tar.gz
fastexit + code format
Diffstat (limited to 'instrumentation/afl-gcc-common.h')
-rw-r--r--instrumentation/afl-gcc-common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/instrumentation/afl-gcc-common.h b/instrumentation/afl-gcc-common.h
index 766c0eff..cda3f9d8 100644
--- a/instrumentation/afl-gcc-common.h
+++ b/instrumentation/afl-gcc-common.h
@@ -501,7 +501,8 @@ struct afl_base_pass : gimple_opt_pass {
 // compatibility for older gcc versions
 #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= \
     60200                                               /* >= version 6.2.0 */
-#define gimple gimple *
+  #define gimple gimple *
 #else
-#define gimple gimple
+  #define gimple gimple
 #endif
+