Merge pull request #3763 from XiWeiGu/issue3761

MIPS64: Using the macro MTC rather than MTC1
This commit is contained in:
Martin Kroeker 2022-09-13 20:12:22 +02:00 committed by GitHub
commit 85758aba67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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