mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
Use RecursiveMutex to fix a race condition with parapoly records
This commit is contained in:
@@ -234,6 +234,7 @@ struct Entity {
|
||||
} Variable;
|
||||
struct {
|
||||
Type * type_parameter_specialization;
|
||||
Type * original_type_for_parapoly;
|
||||
String ir_mangled_name;
|
||||
bool is_type_alias;
|
||||
bool objc_is_implementation;
|
||||
|
||||
Reference in New Issue
Block a user