Browse Source

Merge pull request #3763 from XiWeiGu/issue3761

MIPS64: Using the macro MTC rather than MTC1
tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
85758aba67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/mips64/dnrm2.S

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

@@ -90,7 +90,7 @@
//Init INF
lui TEMP, 0x7FF0
dsll TEMP, TEMP, 32
MTC1 TEMP, INF
MTC TEMP, INF

LD a1, 0 * SIZE(X)
daddiu N, N, -1


Loading…
Cancel
Save