From 3077bbe7e2fc80610902dda18cc5a373bca61557 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 Mar 2024 02:12:42 +0000 Subject: slbt_ar_update_syminfo(): eliminate the execution context argument. --- src/logic/slbt_exec_ctx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/logic/slbt_exec_ctx.c') diff --git a/src/logic/slbt_exec_ctx.c b/src/logic/slbt_exec_ctx.c index 0ddc9b9..223be17 100644 --- a/src/logic/slbt_exec_ctx.c +++ b/src/logic/slbt_exec_ctx.c @@ -636,7 +636,7 @@ int slbt_ectx_get_exec_ctx( ictx, SLBT_NESTED_ERROR(dctx)); - if (slbt_ar_update_syminfo(*dlactxv,&ictx->ctx) < 0) + if (slbt_ar_update_syminfo(*dlactxv) < 0) return slbt_ectx_free_exec_ctx_impl( ictx, SLBT_NESTED_ERROR(dctx)); @@ -682,7 +682,7 @@ int slbt_ectx_get_exec_ctx( } if (fpreopen) { - if (slbt_ar_update_syminfo(*dlactxv,&ictx->ctx) < 0) + if (slbt_ar_update_syminfo(*dlactxv) < 0) return slbt_ectx_free_exec_ctx_impl( ictx, SLBT_NESTED_ERROR(dctx)); -- cgit v1.2.3