mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-21 20:54:25 +03:00
fix mips fesetenv(FE_DFL_ENV) again
commit 5fc1487832e16aa2119e735a388d5f36c8c139e2 attempted to fix it, but neglected the fact that mips has branch delay slots.
This commit is contained in:
parent
aecdbb3042
commit
8b0d66d21c
@ -59,6 +59,7 @@ fegetenv:
|
||||
fesetenv:
|
||||
addiu $5, $4, 1
|
||||
beq $5, $0, 1f
|
||||
nop
|
||||
lw $5, 0($4)
|
||||
1: ctc1 $5, $31
|
||||
jr $ra
|
||||
|
Loading…
x
Reference in New Issue
Block a user