Filter: add FILTER_OP_RETURN_S64 instruction
[lttng-modules.git] / lttng-filter-specialize.c
index b9ddfb100225846e889e43b8eaa1cecf1f8bcb92..c0c3e11042fab0db646419807dec340c3330e89a 100644 (file)
@@ -518,6 +518,7 @@ int lttng_filter_specialize_bytecode(struct lttng_event *event,
                        goto end;
 
                case FILTER_OP_RETURN:
+               case FILTER_OP_RETURN_S64:
                        ret = 0;
                        goto end;
 
This page took 0.022413 seconds and 4 git commands to generate.