diff options
author | van Hauser <vh@thc.org> | 2019-07-26 10:35:58 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-26 10:35:58 +0200 |
commit | 8f4f45c524d217236a2e64be0d95d0a6de11df9c (patch) | |
tree | 034f618365e033dbf477b98d30dec96547aff6f8 /types.h | |
parent | db2392b77872d47343cbedc032d642dc1d876563 (diff) | |
download | afl++-8f4f45c524d217236a2e64be0d95d0a6de11df9c.tar.gz |
incorporated most of the 2.53b changes
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h index 3497bb2b..7606d4ed 100644 --- a/types.h +++ b/types.h @@ -78,7 +78,7 @@ typedef int64_t s64; #define STRINGIFY(x) STRINGIFY_INTERNAL(x) #define MEM_BARRIER() \ - asm volatile("" ::: "memory") + __asm__ volatile("" ::: "memory") #if __GNUC__ < 6 #define likely(_x) (_x) |