summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/__init_brk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/cris/__init_brk.c')
-rw-r--r--libc/sysdeps/linux/cris/__init_brk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/__init_brk.c b/libc/sysdeps/linux/cris/__init_brk.c
index c8c6a37e7..27b8524b2 100644
--- a/libc/sysdeps/linux/cris/__init_brk.c
+++ b/libc/sysdeps/linux/cris/__init_brk.c
@@ -15,7 +15,7 @@ __init_brk (void)
/* Notice that we don't need to save/restore the GOT
* register since that is not call clobbered by the syscall.
*/
- asm ("clear.d $r10\n\t"
+ __asm__ ("clear.d $r10\n\t"
"movu.w " STR(__NR_brk) ",$r9\n\t"
"break 13\n\t"
"move.d $r10, %0"