bytecode: allow interpreter to return any type
[lttng-modules.git] / src / lttng-filter-validator.c
index 7e308281f26b7ffd5c8813d1a868bdeb7132ff08..3353be2b374cf7a4520df8c6cfe7e0310009c8b0 100644 (file)
@@ -1178,6 +1178,9 @@ int exec_insn(struct bytecode_runtime *bytecode,
                switch (vstack_ax(stack)->type) {
                case REG_S64:
                case REG_U64:
+               case REG_DOUBLE:
+               case REG_STRING:
+               case REG_PTR:
                case REG_TYPE_UNKNOWN:
                        break;
                default:
This page took 0.022393 seconds and 4 git commands to generate.