mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Add @(cold) attribute to procedure declarations
This commit is contained in:
@@ -105,6 +105,7 @@ struct AttributeContext {
|
||||
bool has_disabled_proc;
|
||||
bool disabled_proc;
|
||||
bool test;
|
||||
bool set_cold;
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
isize init_expr_list_count;
|
||||
|
||||
Reference in New Issue
Block a user