mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
fix indentation
This commit is contained in:
@@ -1832,7 +1832,8 @@ gb_internal lbProcedure *lb_create_main_procedure(lbModule *m, lbProcedure *star
|
|||||||
exit_args[0] = lb_emit_select(p, result, lb_const_int(m, t_int, 0), lb_const_int(m, t_int, 1));
|
exit_args[0] = lb_emit_select(p, result, lb_const_int(m, t_int, 0), lb_const_int(m, t_int, 1));
|
||||||
lb_emit_call(p, exit_runner, exit_args, ProcInlining_none);
|
lb_emit_call(p, exit_runner, exit_args, ProcInlining_none);
|
||||||
} else {
|
} else {
|
||||||
if (m->info->entry_point != nullptr) { lbValue entry_point = lb_find_procedure_value_from_entity(m, m->info->entry_point);
|
if (m->info->entry_point != nullptr) {
|
||||||
|
lbValue entry_point = lb_find_procedure_value_from_entity(m, m->info->entry_point);
|
||||||
lb_emit_call(p, entry_point, {}, ProcInlining_no_inline);
|
lb_emit_call(p, entry_point, {}, ProcInlining_no_inline);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user