mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Change memory layout of map to be 3 words smaller
This commit is contained in:
@@ -301,6 +301,7 @@ struct CheckerContext {
|
||||
String proc_name;
|
||||
DeclInfo * curr_proc_decl;
|
||||
Type * curr_proc_sig;
|
||||
bool in_proc_sig;
|
||||
ForeignContext foreign_context;
|
||||
gbAllocator allocator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user