mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-16 01:35:26 +00: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