diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-18 10:50:10 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-18 10:50:10 +0200 |
commit | 401d7617efbd2f38d9132eabfd1b1152abceda52 (patch) | |
tree | c7458bce2c0cd49146a0fbd06f38fcd8d95d0ea6 /src/afl-common.c | |
parent | abd6eace9d767e4db6019e8eb69080d2352015c9 (diff) | |
download | afl++-401d7617efbd2f38d9132eabfd1b1152abceda52.tar.gz |
symqemu mutator options
Diffstat (limited to 'src/afl-common.c')
-rw-r--r-- | src/afl-common.c | 2 |
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; |