mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix check_procedure_bodies to allow multiple threads caused by a typo
This commit is contained in:
@@ -4941,7 +4941,6 @@ void check_procedure_bodies(Checker *c) {
|
|||||||
if (!build_context.threaded_checker) {
|
if (!build_context.threaded_checker) {
|
||||||
worker_count = 0;
|
worker_count = 0;
|
||||||
}
|
}
|
||||||
worker_count = 0;
|
|
||||||
if (worker_count == 0) {
|
if (worker_count == 0) {
|
||||||
auto *this_queue = &c->procs_to_check_queue;
|
auto *this_queue = &c->procs_to_check_queue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user