lang: remove references to old mie api

This commit is contained in:
2026-03-16 15:07:57 +00:00
parent c44e976979
commit 016ee11f75
15 changed files with 170 additions and 104 deletions

View File

@@ -53,9 +53,9 @@ static enum ivy_status state_fini(
debug_printf("codegen: end of return\n");
struct return_codegen_state *ret = (struct return_codegen_state *)state;
mie_builder_ret(gen->c_builder, ret->s_value);
// mie_builder_ret(gen->c_builder, ret->s_value);
return IVY_OK;
return IVY_ERR_NOT_SUPPORTED;
}
static struct code_generator_result value_received(