提交 1e717ea3 编写于 作者: R Rich Felker

fix dlsym asm for mips

saving the return address from the delay slot is not valid -- by the
time the instruction executes, the return address has already been
replaced.
上级 e8a0b27a
......@@ -8,8 +8,9 @@ dlsym:
move $6, $ra
lw $25, %call16(__dlsym)($gp)
addiu $sp, $sp, -16
jalr $25
sw $ra, 12($sp)
jalr $25
nop
lw $ra, 12($sp)
jr $ra
addiu $sp, $sp, 16
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册