aboutsummaryrefslogtreecommitdiff
path: root/src/start.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-06-12 14:52:48 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-06-12 14:52:48 +0200
commita47dddea7590920c417ecc66a4fbf7e18272b720 (patch)
treee691bb4908fba342c2e369d1eb2e5b03f91df303 /src/start.c
parent4f9a2c7a2d8464b04cc08075a7762c6d457090df (diff)
wip a mess, but it buildsHEADmaster
Diffstat (limited to 'src/start.c')
-rw-r--r--src/start.c2
1 files changed, 2 insertions, 0 deletions
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;