aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/memneq/memneq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/memneq/memneq.c b/src/compat/memneq/memneq.c
index 0bcb4b8..1c427d4 100644
--- a/src/compat/memneq/memneq.c
+++ b/src/compat/memneq/memneq.c
@@ -62,7 +62,7 @@
#include <crypto/algapi.h>
/* Make the optimizer believe the variable can be manipulated arbitrarily. */
-#define COMPILER_OPTIMIZER_HIDE_VAR(var) __asm__ ("" : "=r" (var) : "0" (var))
+#define COMPILER_OPTIMIZER_HIDE_VAR(var) asm("" : "=r" (var) : "0" (var))
#ifndef __HAVE_ARCH_CRYPTO_MEMNEQ