mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 22:25:00 -07:00
Increase usage of PtrMap
This commit is contained in:
@@ -244,7 +244,7 @@ struct BuildContext {
|
||||
gbAffinity affinity;
|
||||
isize thread_count;
|
||||
|
||||
Map<ExactValue> defined_values; // Key:
|
||||
PtrMap<char const *, ExactValue> defined_values;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user