bytecode: generalize `struct lttng_filter_bytecode_node`
[deliverable/lttng-modules.git] / src / lttng-filter-interpreter.c
index 3273d4a0f284892b6d0188126cf8aea02f3b4234..403a712fa0ade1c5c959780916f0b8ec6e7f0e96 100644 (file)
@@ -427,8 +427,12 @@ static int dynamic_get_index(struct lttng_probe_ctx *lttng_probe_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.027322 seconds and 5 git commands to generate.