Unlink JUTXfb, document the nondeterministic codegen problem instead

This commit is contained in:
LagoLunatic
2025-05-29 18:38:34 -04:00
parent 431943a893
commit cd6424040d
3 changed files with 8 additions and 3 deletions
+1 -2
View File
@@ -41,11 +41,10 @@
#define WEAKFUNC
#endif
#ifndef __MWERKS__
extern int __cntlzw(uint);
extern int __rlwimi(int, int, int, int, int);
extern void __dcbz(void*, int);
#ifndef __MWERKS__
extern void __sync();
#endif