bytecode: propagate `rev_bo` of element
[lttng-modules.git] / lttng-filter-interpreter.c
index 821c12d3ba9679e5ae605ae5189a639529b8c5fd..8c870e14723db99d6d7e341cbf0e25fb776bff75 100644 (file)
@@ -441,6 +441,7 @@ static int dynamic_get_index(struct lttng_probe_ctx *lttng_probe_ctx,
                stack_top->u.ptr.type = LOAD_OBJECT;
                /* field is only used for types nested within variants. */
                stack_top->u.ptr.field = NULL;
+               stack_top->u.ptr.rev_bo = gid->elem.rev_bo;
                break;
        }
        return 0;
This page took 0.023363 seconds and 4 git commands to generate.