bytecode: propagate `rev_bo` of element
[lttng-ust.git] / liblttng-ust / lttng-filter-interpreter.c
index 32610e6ca29b009b249ecd150dcad481ef462102..d00179cdd7ff234de83390267a3e9a3de2767fd2 100644 (file)
@@ -454,8 +454,12 @@ static int dynamic_get_index(struct lttng_ctx *ctx,
                stack_top->u.ptr.object_type = gid->elem.type;
                stack_top->u.ptr.type = LOAD_OBJECT;
                stack_top->u.ptr.field = gid->field;
+               stack_top->u.ptr.rev_bo = gid->elem.rev_bo;
                break;
        }
+
+       stack_top->type = REG_PTR;
+
        return 0;
 
 end:
This page took 0.022887 seconds and 4 git commands to generate.