Work around mysterious occasionally failing assert

This commit is contained in:
Aaron Culliney 2017-07-08 14:50:39 -10:00
parent 5102706441
commit aefe243620

View File

@ -252,7 +252,9 @@ bool timing_shouldAutoAdjustSpeed(void) {
static void *cpu_thread(void *dummyptr) {
#ifndef NDEBUG // Spamsung Galaxy Y running Gingerbread triggers this, wTf?!
assert(pthread_self() == cpu_thread_id);
#endif
LOG("cpu_thread : initialized...");