mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Add type_and_value_mutex to DeclInfo
This commit is contained in:
@@ -185,6 +185,8 @@ struct DeclInfo {
|
||||
RwMutex type_info_deps_mutex;
|
||||
PtrSet<Type *> type_info_deps;
|
||||
|
||||
BlockingMutex type_and_value_mutex;
|
||||
|
||||
Array<BlockLabel> labels;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user