mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
-White space cleanup (missing spaces in new line)
-Remove extra tab. -Took out the duplicate code that cprestore does. All suggested by Neel.
This commit is contained in:
parent
60d818ef9c
commit
1df3671344
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue