; * exec/loader-mips64el.s (rest_of_exec): Fix typo in comment.

This commit is contained in:
Po Lu
2023-06-27 09:53:04 +08:00
parent 822bc6afd6
commit 32352bec96

View File

@@ -164,7 +164,7 @@ dnl syscall # syscall
.rest_of_exec: .rest_of_exec:
move $s1, $s2 # original SP move $s1, $s2 # original SP
ld $t0, ($s1) # argc ld $t0, ($s1) # argc
dsll $t0, $t0, 3 # argc *= 3 dsll $t0, $t0, 3 # argc *= 8
DADDI2( $t0, 16) # argc += 16 DADDI2( $t0, 16) # argc += 16
dadd $s1, $s1, $t0 # s1 = start of envp dadd $s1, $s1, $t0 # s1 = start of envp
.skipenv: .skipenv: