Skip to content

Commit 85758ab

Browse files
authored
Merge pull request #3763 from XiWeiGu/issue3761
MIPS64: Using the macro MTC rather than MTC1
2 parents fab8491 + 365936a commit 85758ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/mips64/dnrm2.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
//Init INF
9191
lui TEMP, 0x7FF0
9292
dsll TEMP, TEMP, 32
93-
MTC1 TEMP, INF
93+
MTC TEMP, INF
9494

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

0 commit comments

Comments
 (0)