mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Merge @228176 from Perforce to fix a bug introduced in r249553:
Trim two now-unneeded (and likely harmful) lines from the libstand setjmp/longjmp for MIPS. Spotted by: jmallett MFC after: 3 days Sponsored by: DARPA, AFRL
This commit is contained in:
parent
927853b45c
commit
1f05db3e5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250020
@ -72,7 +72,6 @@ LEAF(_setjmp)
|
||||
REG_S s7, ((S7 + 3) * SZREG)(a0)
|
||||
REG_S sp, ((SP + 3) * SZREG)(a0)
|
||||
REG_S s8, ((S8 + 3) * SZREG)(a0)
|
||||
REG_S v0, ((32 + 38) * SZREG)(a0)
|
||||
j ra
|
||||
move v0, zero
|
||||
END(_setjmp)
|
||||
@ -96,7 +95,6 @@ LEAF(_longjmp)
|
||||
REG_L s5, ((S5 + 3) * SZREG)(a0)
|
||||
REG_L s6, ((S6 + 3) * SZREG)(a0)
|
||||
REG_L s7, ((S7 + 3) * SZREG)(a0)
|
||||
REG_L v0, ((32 + 38) * SZREG)(a0) # get fpu status
|
||||
REG_L sp, ((SP + 3) * SZREG)(a0)
|
||||
REG_L s8, ((S8 + 3) * SZREG)(a0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user