X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Flttng-filter-interpreter.c;h=d00179cdd7ff234de83390267a3e9a3de2767fd2;hb=6bbd9df3c4006bb904c9efc5620d2c29ac2178fb;hp=32610e6ca29b009b249ecd150dcad481ef462102;hpb=f3503ba91a8406767eec49927e847c681f4e994c;p=lttng-ust.git diff --git a/liblttng-ust/lttng-filter-interpreter.c b/liblttng-ust/lttng-filter-interpreter.c index 32610e6c..d00179cd 100644 --- a/liblttng-ust/lttng-filter-interpreter.c +++ b/liblttng-ust/lttng-filter-interpreter.c @@ -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: