Browse Source

Exit if INCX <= 0

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

+ 1
- 0
kernel/mips64/asum.S View File

@@ -76,6 +76,7 @@
dsll INCX, INCX, BASE_SHIFT

blez N, .L999
blez INCX, .L999
li TEMP, SIZE

bne INCX, TEMP, .L20


Loading…
Cancel
Save