From a47dddea7590920c417ecc66a4fbf7e18272b720 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 12 Jun 2024 14:52:48 +0200 Subject: wip a mess, but it builds --- src/start.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/start.c') diff --git a/src/start.c b/src/start.c index e8bc730..a317884 100644 --- a/src/start.c +++ b/src/start.c @@ -66,11 +66,13 @@ int nw_start(const struct nw_inst_cfg *const icfg, struct nw_inst *const i) LOG("%s: section_code_push failed\n", __func__); goto end; } +#if 0 else if (interp_push(&i->interp, &fr)) { LOG("%s: interp_push failed\n", __func__); goto end; } +#endif ret = 0; -- cgit v1.2.3