Module Name: src Committed By: skrll Date: Tue May 5 20:39:18 UTC 2020
Modified Files: src/lib/libc/arch/hppa: SYS.h Log Message: Add a space before any non-nullified instruction. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/hppa/SYS.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/arch/hppa/SYS.h diff -u src/lib/libc/arch/hppa/SYS.h:1.10 src/lib/libc/arch/hppa/SYS.h:1.11 --- src/lib/libc/arch/hppa/SYS.h:1.10 Tue May 5 06:06:16 2020 +++ src/lib/libc/arch/hppa/SYS.h Tue May 5 20:39:18 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: SYS.h,v 1.10 2020/05/05 06:06:16 skrll Exp $ */ +/* $NetBSD: SYS.h,v 1.11 2020/05/05 20:39:18 skrll Exp $ */ /* $OpenBSD: SYS.h,v 1.9 2001/09/20 20:52:09 millert Exp $ */ @@ -42,13 +42,13 @@ ldi __CONCAT(SYS_,x), %t1 !\ .import __cerror, code !\ comb,<> %r0, %t1, __cerror !\ - ldw HPPA_FRAME_ERP(%sr0,%sp), %rp + ldw HPPA_FRAME_ERP(%sr0,%sp), %rp #define PSEUDO(x,y) !\ SYSENTRY(x) !\ SYSCALL(y) !\ bv %r0(%rp) !\ - nop !\ + nop !\ SYSEXIT(x) #define PSEUDO_NOERROR(x,y) !\ @@ -56,10 +56,10 @@ SYSENTRY(x) !\ stw %rp, HPPA_FRAME_ERP(%sr0,%sp) !\ ldil L%SYSCALLGATE, %r1 !\ ble 4(%sr2, %r1) !\ - ldi __CONCAT(SYS_,y), %t1 !\ + ldi __CONCAT(SYS_,y), %t1 !\ ldw HPPA_FRAME_ERP(%sr0,%sp), %rp !\ bv %r0(%rp) !\ - nop !\ + nop !\ SYSEXIT(x) #define RSYSCALL(x) PSEUDO(x,x)