Module Name: src Committed By: skrll Date: Wed Jun 1 06:18:04 UTC 2022
Modified Files: src/sys/arch/hppa/include: asm.h Log Message: delay slot indentation To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hppa/include/asm.h diff -u src/sys/arch/hppa/include/asm.h:1.17 src/sys/arch/hppa/include/asm.h:1.18 --- src/sys/arch/hppa/include/asm.h:1.17 Fri Apr 17 14:19:43 2020 +++ src/sys/arch/hppa/include/asm.h Wed Jun 1 06:18:04 2022 @@ -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 !\