Add type_and_value_mutex to DeclInfo

This commit is contained in:
gingerBill
2023-01-03 17:07:53 +00:00
parent 85e390deba
commit bb80c1b059
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -185,6 +185,8 @@ struct DeclInfo {
RwMutex type_info_deps_mutex;
PtrSet<Type *> type_info_deps;
BlockingMutex type_and_value_mutex;
Array<BlockLabel> labels;
};