Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/include delay slot indentation



details:   https://anonhg.NetBSD.org/src/rev/60093cd1795f
branches:  trunk
changeset: 366605:60093cd1795f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jun 01 06:18:04 2022 +0000

description:
delay slot indentation

diffstat:

 sys/arch/hppa/include/asm.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a31cd90f72ef -r 60093cd1795f sys/arch/hppa/include/asm.h
--- a/sys/arch/hppa/include/asm.h       Wed Jun 01 06:05:47 2022 +0000
+++ b/sys/arch/hppa/include/asm.h       Wed Jun 01 06:18:04 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.17 2020/04/17 14:19:43 joerg Exp $   */
+/*     $NetBSD: asm.h,v 1.18 2022/06/01 06:18:04 skrll Exp $   */
 
 /*     $OpenBSD: asm.h,v 1.12 2001/03/29 02:15:57 mickey Exp $ */
 
@@ -68,7 +68,7 @@
        ldo     HPPA_FRAME_SIZE(%sp), %sp       !\
        copy    %rp, %arg0                      !\
        bl      2f, %arg1                       !\
-       depi    0, 31, 2, %arg1                 !\
+        depi   0, 31, 2, %arg1                 !\
 2:                                             !\
        bl      _mcount, %rp                    !\
         ldo    1b - 2b(%arg1), %arg1           !\



Home | Main Index | Thread Index | Old Index