mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Update Tilde; Add min and max
This commit is contained in:
@@ -196,6 +196,8 @@ struct cgProcedure {
|
||||
Scope *curr_scope;
|
||||
i32 scope_index;
|
||||
bool in_multi_assignment;
|
||||
isize split_returns_index;
|
||||
bool return_by_ptr;
|
||||
|
||||
|
||||
PtrMap<Entity *, cgAddr> variable_map;
|
||||
|
||||
Reference in New Issue
Block a user