Browse Source

Update zsum.S

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

+ 1
- 1
kernel/mips64/zsum.S View File

@@ -192,8 +192,8 @@
MOV t2, a2
daddu X, X, INCX

bgtz I, .L26
ADD s1, s1, t1
bgtz I, .L26
ADD s2, s2, t2
.align 3



Loading…
Cancel
Save