Skip to content

Commit bb66cf3

Browse files
authored
Merge pull request #1880 from NotExactlySiev/patch-1
Fix typo in inline_n.h
2 parents c5b1ca2 + 3cc9fc4 commit bb66cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mips/psyq/include/inline_n.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@
964964
#define gte_gpf12_b() __asm__ volatile("cop2 0x0198003D;")
965965
#define gte_gpf0_b() __asm__ volatile("cop2 0x0190003D;")
966966
#define gte_gpl12_b() __asm__ volatile("cop2 0x01A8003E;")
967-
#define gte_gpl0_b() __asm__ volatile("cop2 0x01A0003E0;")
967+
#define gte_gpl0_b() __asm__ volatile("cop2 0x01A0003E;")
968968
#define gte_mvmva_core_b(r0) __asm__ volatile("cop2 %0" : : "g"(r0))
969969
#define gte_mvmva_b(sf, mx, v, cv, lm) \
970970
gte_mvmva_core_b(0x0400012 | ((sf) << 19) | ((mx) << 17) | ((v) << 15) | ((cv) << 13) | ((lm) << 10))

0 commit comments

Comments
 (0)