X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-bytecode-interpreter.c;h=4ca1338a1b431519d6a6b1c90f655528981f8a34;hb=60864af02c63fdaaf9264b4f14bfbc9f9fba64bd;hp=a384d61f068c92d2d2e4d0b54eb42ddc42f4fe36;hpb=b1d36dcecece5826b07504fae171e76be800b4ef;p=lttng-ust.git diff --git a/liblttng-ust/lttng-bytecode-interpreter.c b/liblttng-ust/lttng-bytecode-interpreter.c index a384d61f..4ca1338a 100644 --- a/liblttng-ust/lttng-bytecode-interpreter.c +++ b/liblttng-ust/lttng-bytecode-interpreter.c @@ -2098,7 +2098,7 @@ int lttng_bytecode_interpret(struct lttng_ust_bytecode_runtime *ust_bytecode, JUMP_TO(BYTECODE_OP_CAST_DOUBLE_TO_S64); case REG_U64: estack_ax_t = REG_S64; - next_pc += sizeof(struct cast_op); + next_pc += sizeof(struct cast_op); /* Fall-through */ case REG_STRING: /* Fall-through */ case REG_STAR_GLOB_STRING: ret = -EINVAL;