Cleanup: bytecode: typo: "s16" -> "u16"
authorFrancis Deslauriers <fdeslaur@gmail.com>
Fri, 8 May 2020 18:52:20 +0000 (14:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 11 May 2020 19:04:10 +0000 (15:04 -0400)
Signed-off-by: Francis Deslauriers <fdeslaur@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: If3a0e0422ce91d26c33b2e040a1463879e8d8505

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.025292 seconds and 4 git commands to generate.