about summary refs log tree commit diff
path: root/src/afl-common.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-18 10:50:10 +0200
committervanhauser-thc <vh@thc.org>2023-05-18 10:50:10 +0200
commit401d7617efbd2f38d9132eabfd1b1152abceda52 (patch)
treec7458bce2c0cd49146a0fbd06f38fcd8d95d0ea6 /src/afl-common.c
parentabd6eace9d767e4db6019e8eb69080d2352015c9 (diff)
downloadafl++-401d7617efbd2f38d9132eabfd1b1152abceda52.tar.gz
symqemu mutator options
Diffstat (limited to 'src/afl-common.c')
-rw-r--r--src/afl-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-common.c b/src/afl-common.c
index a5c48e80..84ddefd8 100644
--- a/src/afl-common.c
+++ b/src/afl-common.c
@@ -949,7 +949,7 @@ void read_bitmap(u8 *fname, u8 *map, size_t len) {
 
 /* Get unix time in milliseconds */
 
-u64 get_cur_time(void) {
+inline u64 get_cur_time(void) {
 
   struct timeval  tv;
   struct timezone tz;