about summary refs log tree commit diff
path: root/types.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-26 10:35:58 +0200
committervan Hauser <vh@thc.org>2019-07-26 10:35:58 +0200
commit8f4f45c524d217236a2e64be0d95d0a6de11df9c (patch)
tree034f618365e033dbf477b98d30dec96547aff6f8 /types.h
parentdb2392b77872d47343cbedc032d642dc1d876563 (diff)
downloadafl++-8f4f45c524d217236a2e64be0d95d0a6de11df9c.tar.gz
incorporated most of the 2.53b changes
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
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)