| author | |
| committer | |
| log | 49f8996e1ef12d127512dc130a836c4eb5504e56 |
| tree | 427a303d0ba5fe0fccd688c3224bde0e5133e11e |
| parent | 2681d4abc37c12be96caf614e7671802a105b1a2 |
| signature |
1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/os/linux/mipsn32.zig+2-2| ... | ... | @@ -219,8 +219,8 @@ pub fn clone() callconv(.naked) u32 { |
| 219 | 219 | \\ move $fp, $zero |
| 220 | 220 | \\ move $ra, $zero |
| 221 | 221 | \\ |
| 222 | \\ ld $t9, 0($sp) | |
| 223 | \\ ld $a0, 4($sp) | |
| 222 | \\ lw $t9, 0($sp) | |
| 223 | \\ lw $a0, 4($sp) | |
| 224 | 224 | \\ jalr $t9 |
| 225 | 225 | \\ |
| 226 | 226 | \\ move $a0, $v0 |