提交 8b0d66d2 编写于 作者: R Rich Felker

fix mips fesetenv(FE_DFL_ENV) again

commit 5fc14878 attempted to fix it,
but neglected the fact that mips has branch delay slots.
上级 aecdbb30
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册