Browse Source

Update zasum.S

pull/4640/head
Martin Kroeker GitHub 2 years ago
parent
commit
70611f16b4
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/zasum.S

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

@@ -73,10 +73,10 @@
MTC $0, s1

MTC $0, s2
blez INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT

blez N, .L999
blez INCX, .L999
dsra I, N, 2

blez I, .L25


Loading…
Cancel
Save