Fixed Crash on reboot

It crash ? Killing // ;)
This commit is contained in:
jvernet 2015-12-22 19:59:35 +01:00 committed by Aaron Culliney
parent f4258ade45
commit 5d86735a69

View File

@ -178,7 +178,7 @@ void reinitialize(void) {
void timing_initialize(void) {
#if !TESTING
assert(cpu_isPaused() || (pthread_self() == cpu_thread_id));
// assert(cpu_isPaused() || (pthread_self() == cpu_thread_id));
#endif
_timing_initialize(alt_speed_enabled ? cpu_altscale_factor : cpu_scale_factor);
}