fix compilation with --disable-threads
fixes this error tasks/task_overlay.c: In function ‘rarch_main_data_overlay_iterate’: tasks/task_overlay.c:92:1: error: label at end of compound statement
This commit is contained in:
parent
897361b9d4
commit
83efc830e4
|
@ -89,7 +89,7 @@ void rarch_main_data_overlay_iterate(bool is_thread, void *data)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
end:
|
end: ;
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
if (is_thread)
|
if (is_thread)
|
||||||
slock_unlock(runloop->overlay_lock);
|
slock_unlock(runloop->overlay_lock);
|
||||||
|
|
Loading…
Reference in New Issue