Add decl for the __sync intrinsic

This commit is contained in:
LagoLunatic
2025-05-17 15:50:08 -04:00
parent 0aadc33e2a
commit ccf3d2b654
+1
View File
@@ -44,6 +44,7 @@
extern int __cntlzw(uint);
extern int __rlwimi(int, int, int, int, int);
extern void __dcbz(void*, int);
extern void __sync();
#define VERSION_JPN 0
#define VERSION_USA 1