X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flttng-filter-interpreter.c;h=403a712fa0ade1c5c959780916f0b8ec6e7f0e96;hb=89ec2b91ca249747d87b59aea76e6e67cdf7f0bf;hp=3273d4a0f284892b6d0188126cf8aea02f3b4234;hpb=03cb0cdd5c45e758520e1ba9d9300d448314d527;p=deliverable%2Flttng-modules.git diff --git a/src/lttng-filter-interpreter.c b/src/lttng-filter-interpreter.c index 3273d4a0..403a712f 100644 --- a/src/lttng-filter-interpreter.c +++ b/src/lttng-filter-interpreter.c @@ -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: