From 3e2f4de2b24ce2e3bc1733f55292cf496eb4bd83 Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Mon, 23 Sep 2002 12:21:14 +0000 Subject: Cosmetic cleanup. --- libc/sysdeps/linux/cris/sbrk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/cris/sbrk.c') diff --git a/libc/sysdeps/linux/cris/sbrk.c b/libc/sysdeps/linux/cris/sbrk.c index 79d924a44..cec93420e 100644 --- a/libc/sysdeps/linux/cris/sbrk.c +++ b/libc/sysdeps/linux/cris/sbrk.c @@ -15,10 +15,10 @@ sbrk(intptr_t increment) if (__init_brk () == 0) { void * tmp = ___brk_addr + increment; - /* 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 ("move.d %1,$r10\n\t" "movu.w " STR(__NR_brk) ",$r9\n\t" "break 13\n\t" -- cgit v1.2.3