diff options
| author | he <he@NetBSD.org> | 2008-03-10 18:31:08 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2008-03-10 18:31:08 +0000 |
| commit | 71ca0c37fa31991a35e2b4bfe8be059bb1ae1060 (patch) | |
| tree | faf7009845222d79ba638cfd95eb1349948501cf /lib/libc/arch | |
| parent | bbed82985f4062be6660b202b040342b53b45042 (diff) | |
As mrg@ informs me, delay slots are indented 1 and not 2 spaces.
Diffstat (limited to 'lib/libc/arch')
| -rw-r--r-- | lib/libc/arch/sparc/sys/brk.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/sparc/sys/brk.S b/lib/libc/arch/sparc/sys/brk.S index c08fa364d3f..1e7fd6b8745 100644 --- a/lib/libc/arch/sparc/sys/brk.S +++ b/lib/libc/arch/sparc/sys/brk.S @@ -1,4 +1,4 @@ -/* $NetBSD: brk.S,v 1.13 2008/03/10 18:28:43 he Exp $ */ +/* $NetBSD: brk.S,v 1.14 2008/03/10 18:31:08 he Exp $ */ /* * Copyright (c) 1992, 1993 @@ -40,7 +40,7 @@ #if 0 .asciz "@(#)brk.s 8.1 (Berkeley) 6/4/93" #else - RCSID("$NetBSD: brk.S,v 1.13 2008/03/10 18:28:43 he Exp $") + RCSID("$NetBSD: brk.S,v 1.14 2008/03/10 18:31:08 he Exp $") #endif #endif /* SYSLIBC_SCCS and not lint */ @@ -73,7 +73,7 @@ ENTRY(_brk) mov SYS_break, %g1 t ST_SYSCALL bcc,a 1f - sethi %hi(CURBRK), %g1 + sethi %hi(CURBRK), %g1 ERROR() 1: retl ! success, return 0 & record new break |
