summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/bfin/syscall.c')
-rw-r--r--libc/sysdeps/linux/bfin/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/syscall.c b/libc/sysdeps/linux/bfin/syscall.c
index c223f56a3..15881b46b 100644
--- a/libc/sysdeps/linux/bfin/syscall.c
+++ b/libc/sysdeps/linux/bfin/syscall.c
@@ -15,7 +15,7 @@
long syscall(long sysnum, long a, long b, long c, long d, long e)
{
int _r0 = 0;
- asm volatile(
+ __asm__ volatile(
"p0 = %1;" /*SysCall Number*/
"r0 = %2;"
"r1 = %3;"