summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_ctx.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-22 02:12:42 +0000
committermidipix <writeonce@midipix.org>2024-03-22 03:51:35 +0000
commit3077bbe7e2fc80610902dda18cc5a373bca61557 (patch)
tree318a2c6f843bb828323aa186a4b9914cd3d7e00e /src/logic/slbt_exec_ctx.c
parent86d1f469469346171c90dfa1b399ce10d2497564 (diff)
downloadslibtool-3077bbe7e2fc80610902dda18cc5a373bca61557.tar.bz2
slibtool-3077bbe7e2fc80610902dda18cc5a373bca61557.tar.xz
slbt_ar_update_syminfo(): eliminate the execution context argument.
Diffstat (limited to 'src/logic/slbt_exec_ctx.c')
-rw-r--r--src/logic/slbt_exec_ctx.c4
1 files changed, 2 insertions, 2 deletions
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));