Cleanup: bytecode: typo: "s16" -> "u16"
[lttng-ust.git] / liblttng-ust / lttng-filter-interpreter.c
index 06fab85f2296dca9c4ed8794abc64ec03899f450..6f13aa04e47f9d43973df802f2262687b2257b10 100644 (file)
@@ -530,7 +530,7 @@ static int dynamic_load_field(struct estack_entry *stack_top)
        {
                uint16_t tmp;
 
-               dbg_printf("op load field s16\n");
+               dbg_printf("op load field u16\n");
                tmp = *(uint16_t *) stack_top->u.ptr.ptr;
                if (stack_top->u.ptr.rev_bo)
                        tmp = bswap_16(tmp);
This page took 0.023157 seconds and 4 git commands to generate.