提交 efe97514 编写于 作者: R Rich Felker

fix bug computing argc when invoking ld-musl-mips.so.1 progname ...

上级 07809363
......@@ -34,12 +34,12 @@ _start:
add $sp, $sp, 16
li $6, -1
1: lw $4, ($sp)
lw $5, 4($sp)
lw $4, ($sp)
1: lw $5, 4($sp)
bne $5, $6, 2f
nop
addu $sp, $sp, 4
addu $4, $4, -4
addu $4, $4, -1
b 1b
nop
2: sw $4, ($sp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册