From 97dfcffa761acdf22a12412db5610cc4beb2c4d6 Mon Sep 17 00:00:00 2001 From: thebirk Date: Mon, 26 Aug 2019 19:09:52 +0200 Subject: Fixed error where the parser would end early. --- src/parser.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.hpp') diff --git a/src/parser.hpp b/src/parser.hpp index 3489f1a9b..f1bbd8784 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -139,6 +139,7 @@ struct Parser { isize total_line_count; gbMutex file_add_mutex; gbMutex file_decl_mutex; + gbSemaphore worker_finished_semaphore; }; enum ProcInlining { -- cgit v1.2.3