2a6c45
execution context: added error trace support.
@@ -10,6 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
+
|
13
14
|
|
14
15
|
|
15
16
|
|
@@ -154,7 +155,7 @@ int slbt_get_exec_ctx(
|
|
154
155
|
|
155
156
|
/* alloc */
|
156
157
|
if (!(ictx = slbt_exec_ctx_alloc(dctx)))
|
157
|
-
return
|
158
|
+
return SLBT_NESTED_ERROR(dctx);
|
158
159
|
|
159
160
|
/* init with guard for later .lo check */
|
160
161
|
ch = ictx->args + strlen(".lo");
|