summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-02-03 20:54:04 +0000
committerrrs <rrs@FreeBSD.org>2010-02-03 20:54:04 +0000
commit5946a34d0729306843325f31f709bca2202425e7 (patch)
tree64f1cddb594c236cf638048be4dd229b2ef83ae5 /lib
parentd4516a049af705e531a33f40d960f27bec7ce642 (diff)
downloadFreeBSD-src-5946a34d0729306843325f31f709bca2202425e7.zip
FreeBSD-src-5946a34d0729306843325f31f709bca2202425e7.tar.gz
-White space cleanup (missing spaces in new line)
-Remove extra tab. -Took out the duplicate code that cprestore does. All suggested by Neel.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/mips/sys/ptrace.S7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/mips/sys/ptrace.S b/lib/libc/mips/sys/ptrace.S
index 53ca78d..9be54a5 100644
--- a/lib/libc/mips/sys/ptrace.S
+++ b/lib/libc/mips/sys/ptrace.S
@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#endif /* LIBC_SCCS and not lint */
LEAF(ptrace)
- .frame sp,40,ra
+ .frame sp, 40, ra
.mask 0x80000000, -8
#ifdef __ABICALLS__
.set noreorder
@@ -55,10 +55,7 @@ LEAF(ptrace)
.cprestore 16
#endif
la t9, _C_LABEL(__error) # locate address of errno
- jalr t9
-#ifdef __ABICALLS__
- lw gp, 16(sp)
-#endif
+ jalr t9
sw zero, 0(v0)
lw ra, 32(sp)
addu sp, sp, 40
OpenPOWER on IntegriCloud