diff options
Diffstat (limited to 'src/start.c')
| -rw-r--r-- | src/start.c | 2 |
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; |
