Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/arch/hppa whitespace including space before d...



details:   https://anonhg.NetBSD.org/src/rev/c6ba540d36df
branches:  trunk
changeset: 366575:c6ba540d36df
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue May 31 07:10:50 2022 +0000

description:
whitespace including space before delay slot instruction.

diffstat:

 tests/lib/libc/arch/hppa/return_one.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r edc42350df6e -r c6ba540d36df tests/lib/libc/arch/hppa/return_one.S
--- a/tests/lib/libc/arch/hppa/return_one.S     Tue May 31 06:34:33 2022 +0000
+++ b/tests/lib/libc/arch/hppa/return_one.S     Tue May 31 07:10:50 2022 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: return_one.S,v 1.2 2019/02/14 10:36:33 mrg Exp $ */
+/*     $NetBSD: return_one.S,v 1.3 2022/05/31 07:10:50 skrll Exp $ */
 
 #include <machine/asm.h>
 
 .globl return_one, return_one_end;
 
 return_one:
-       bv %r0(%r2)
-       ldi 1,%r28
+       bv      %r0(%r2)
+        ldi    1,%r28
 return_one_end:



Home | Main Index | Thread Index | Old Index