mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 07:25:00 -07:00
Begin work for bit_set[...; [N]T] (not working)
This commit is contained in:
@@ -159,6 +159,11 @@ gb_internal lbProcedure *lb_create_procedure(lbModule *m, Entity *entity, bool i
|
||||
case ProcInlining_no_inline:
|
||||
lb_add_attribute_to_proc(m, p->value, "noinline");
|
||||
break;
|
||||
default:
|
||||
if (build_context.internal_no_inline) {
|
||||
lb_add_attribute_to_proc(m, p->value, "noinline");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
switch (entity->Procedure.optimization_mode) {
|
||||
|
||||
Reference in New Issue
Block a user