summaryrefslogtreecommitdiff
path: root/tests/crasher.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crasher.c')
-rw-r--r--tests/crasher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crasher.c b/tests/crasher.c
index 2cf65e8d..24c78054 100644
--- a/tests/crasher.c
+++ b/tests/crasher.c
@@ -87,7 +87,7 @@ write_maps(char *fname)
#endif
#ifdef __GNUC__
-int c(int x) NOINLINE __attribute__((alias("b")));
+int c(int x) NOINLINE ALIAS(b);
#define compiler_barrier() asm volatile("");
#else
int c(int x);