Browse Source

Update sum.S

pull/4637/head
Martin Kroeker GitHub 2 years ago
parent
commit
eb54966c23
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      kernel/mips64/sum.S

+ 2
- 1
kernel/mips64/sum.S View File

@@ -321,8 +321,9 @@
MOV t1, a1
daddu X, X, INCX

bgtz I, .L26
ADD s1, s1, t1
bgtz I, .L26

.align 3

.L999:


Loading…
Cancel
Save