summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-06-27 09:53:04 +0800
committerPo Lu <luangruo@yahoo.com>2023-06-27 09:53:04 +0800
commit32352bec968ddcde7d1421f35a05ce6d1e42c348 (patch)
tree2e9acfa91aa2cda6ab8b9117bf2e6311c0db0541 /exec
parent822bc6afd65738dc20f455a17b42eb27741f4fd3 (diff)
downloademacs-32352bec968ddcde7d1421f35a05ce6d1e42c348.tar.gz
; * exec/loader-mips64el.s (rest_of_exec): Fix typo in comment.
Diffstat (limited to 'exec')
-rw-r--r--exec/loader-mips64el.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/loader-mips64el.s b/exec/loader-mips64el.s
index 00a2765a9b6..f4a6f918497 100644
--- a/exec/loader-mips64el.s
+++ b/exec/loader-mips64el.s
@@ -164,7 +164,7 @@ dnl syscall # syscall
.rest_of_exec:
move $s1, $s2 # original SP
ld $t0, ($s1) # argc
- dsll $t0, $t0, 3 # argc *= 3
+ dsll $t0, $t0, 3 # argc *= 8
DADDI2( $t0, 16) # argc += 16
dadd $s1, $s1, $t0 # s1 = start of envp
.skipenv: