Browse Source

MIPS64: Using the macro MTC rather than MTC1

tags/v0.3.22^2
gxw 3 years ago
parent
commit
365936ae1b
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