mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-27 06:29:19 +00:00
Work around mysterious occasionally failing assert
This commit is contained in:
parent
5102706441
commit
aefe243620
@ -252,7 +252,9 @@ bool timing_shouldAutoAdjustSpeed(void) {
|
|||||||
|
|
||||||
static void *cpu_thread(void *dummyptr) {
|
static void *cpu_thread(void *dummyptr) {
|
||||||
|
|
||||||
|
#ifndef NDEBUG // Spamsung Galaxy Y running Gingerbread triggers this, wTf?!
|
||||||
assert(pthread_self() == cpu_thread_id);
|
assert(pthread_self() == cpu_thread_id);
|
||||||
|
#endif
|
||||||
|
|
||||||
LOG("cpu_thread : initialized...");
|
LOG("cpu_thread : initialized...");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user