mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 06:05:00 -07:00
Begin work on builtin procedures
This commit is contained in:
+2
-1
@@ -607,7 +607,8 @@ gb_internal cgValue cg_build_call_expr_internal(cgProcedure *p, Ast *expr) {
|
||||
}
|
||||
return {};
|
||||
}
|
||||
GB_PANIC("TODO(bill): builtin procs %d %.*s", id, LIT(builtin_procs[id].name));
|
||||
|
||||
return cg_build_builtin(p, id, expr);
|
||||
}
|
||||
|
||||
// NOTE(bill): Regular call
|
||||
|
||||
Reference in New Issue
Block a user