]> git.eshelyaron.com Git - emacs.git/commitdiff
; * exec/loader-mips64el.s (rest_of_exec): Fix typo in comment.
authorPo Lu <luangruo@yahoo.com>
Tue, 27 Jun 2023 01:53:04 +0000 (09:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 27 Jun 2023 01:53:04 +0000 (09:53 +0800)
exec/loader-mips64el.s

index 00a2765a9b6a1740989afd247bf61d620a76c1ef..f4a6f9184977f832469ce8475c5179d79bd9d4e9 100644 (file)
@@ -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: