Hide print_op private symbol
[lttng-ust.git] / liblttng-ust / lttng-bytecode-validator.c
index c5dc62729bcc1843467463eaffde240ab20b511c..cbae3215690e70fd4651dca82f520258021f971f 100644 (file)
@@ -1975,7 +1975,7 @@ int lttng_bytecode_validate(struct bytecode_runtime *bytecode)
                        goto end;
                }
                dbg_printf("Validating op %s (%u)\n",
-                       print_op((unsigned int) *(bytecode_opcode_t *) pc),
+                       lttng_bytecode_print_op((unsigned int) *(bytecode_opcode_t *) pc),
                        (unsigned int) *(bytecode_opcode_t *) pc);
 
                /*
This page took 0.022485 seconds and 4 git commands to generate.