I sometimes check they do compile, but does not work:
PlayStation 2 Does not boot
+Windows NT (MIPS) Cannot read file properly
I sometimes check they do compile, but does not work:
PlayStation 2 Does not boot
+Windows NT (MIPS) Cannot read file properly
struct timeval tv;
#endif
#if defined(__MINGW32__) || defined(__HAIKU__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__NETWARE__) && !defined(__DOS__))
- struct thread_entry threads[2048];
+ struct thread_entry threads[128];
for(i = 0; i < sizeof(threads) / sizeof(threads[0]); i++) {
threads[i].used = false;
}