summaryrefslogtreecommitdiff
path: root/sysdeps/s390/abort-instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/abort-instr.h')
-rw-r--r--sysdeps/s390/abort-instr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/abort-instr.h b/sysdeps/s390/abort-instr.h
index 6544b2d618..825601ad50 100644
--- a/sysdeps/s390/abort-instr.h
+++ b/sysdeps/s390/abort-instr.h
@@ -1,2 +1,2 @@
/* An op-code of 0 should crash any program. */
-#define ABORT_INSTRUCTION asm (".word 0")
+#define ABORT_INSTRUCTION __asm__ (".word 0")