Module Name: src Committed By: skrll Date: Wed Jun 30 07:34:24 UTC 2021
Modified Files: src/lib/libc/arch/arm/sys: __clone.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/arm/sys/__clone.S 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/arm/sys/__clone.S diff -u src/lib/libc/arch/arm/sys/__clone.S:1.11 src/lib/libc/arch/arm/sys/__clone.S:1.12 --- src/lib/libc/arch/arm/sys/__clone.S:1.11 Wed Jun 30 00:00:49 2021 +++ src/lib/libc/arch/arm/sys/__clone.S Wed Jun 30 07:34:24 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: __clone.S,v 1.11 2021/06/30 00:00:49 rin Exp $ */ +/* $NetBSD: __clone.S,v 1.12 2021/06/30 07:34:24 skrll Exp $ */ /* * Copyright (c) 2001 Christopher Gilbert @@ -55,12 +55,12 @@ ENTRY(__clone) /* place the func and its arg onto the child's stack */ #if !defined(__thumb__) || defined(_ARM_ARCH_T2) - stmfd r1!, {r0, r3} + stmfd r1!, {r0, r3} #else subs r1, r1, #8 - stmia r1!, {r0, r3} + stmia r1!, {r0, r3} #endif - + /* syscall expects (flags, stack) */ mov r0, r2