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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/cris/__init_brk.c b/libc/sysdeps/linux/cris/__init_brk.c
index 0f5624b85..15decd12b 100644
--- a/libc/sysdeps/linux/cris/__init_brk.c
+++ b/libc/sysdeps/linux/cris/__init_brk.c
@@ -11,10 +11,10 @@ int
__init_brk (void)
{
if (___brk_addr == 0) {
- /* Notice that we don't need to save/restore the GOT
- * register since that is not call clobbered by the syscall
+ /*
+ * 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"
"movu.w " STR(__NR_brk) ",$r9\n\t"
"break 13\n\t"