X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttng-filter-specialize.c;h=82b5cb6400a785c7d8637e0674a8bba36d974c34;hb=1242217a08db0fb08a4f8f7bb3a94b82647b17e4;hp=c7718ec726778fcf75b48e1d09314885f53265b5;hpb=4ac5fbb7966e7a6ee4a0cb68c49713bc8c05206c;p=lttng-modules.git diff --git a/src/lttng-filter-specialize.c b/src/lttng-filter-specialize.c index c7718ec7..82b5cb64 100644 --- a/src/lttng-filter-specialize.c +++ b/src/lttng-filter-specialize.c @@ -313,9 +313,7 @@ static int specialize_load_object(const struct lttng_event_field *field, struct vstack_load *load, bool is_context) { load->type = LOAD_OBJECT; - /* - * LTTng-UST layout all integer fields as s64 on the stack for the filter. - */ + switch (field->type.atype) { case atype_integer: if (field->type.u.integer.signedness)