62a7c9
execution context: add missing placeholder initialization.
@@ -223,6 +223,8 @@ int slbt_get_exec_ctx(
|
|
223
223
|
ictx->ctx.lout[0] = &ictx->ctx.argv[i++];
|
224
224
|
ictx->ctx.lout[1] = &ictx->ctx.argv[i++];
|
225
225
|
|
226
|
+
slbt_reset_placeholders(&ictx->ctx);
|
227
|
+
|
226
228
|
/* output file name */
|
227
229
|
if (ref && ((dctx->cctx->mode == SLBT_MODE_COMPILE))) {
|
228
230
|
*ictx->ctx.lout[0] = "-o";
|