From 10411cd9c6fc564485c7099874864283a40b10d2 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 14 Aug 2021 01:37:00 +1000 Subject: Fix bne ... * Wrong args to prne_start_bin_rcb_compat() made ba with 1 missing arch (that of parent) in the next generation of exec. Blame eea0a9fbbf1aff1eac1f17914d5c116de98e1d93 * proone-pack: add os string to suffix of output files --- src/bne.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bne.c') diff --git a/src/bne.c b/src/bne.c index a0f64d3..41022e0 100644 --- a/src/bne.c +++ b/src/bne.c @@ -1389,7 +1389,7 @@ static bool bne_sh_start_rcb (prne_bne_t *ctx, bne_sh_ctx_t *sh_ctx) { ctx->result.prc = prne_start_bin_rcb_compat( &sh_ctx->rcb, ctx->result.bin_host, - NULL, + ctx->param.rcb->self, ctx->param.rcb->m_self, ctx->param.rcb->self_len, ctx->param.rcb->exec_len, -- cgit