Hide print_op private symbol
[lttng-ust.git] / liblttng-ust / lttng-bytecode-interpreter.c
index ee44a8aff68f76bd804776a8c8e281a708fc9a29..9def26cd4f0e572b3157cc804bd4475f54c34071 100644 (file)
@@ -171,7 +171,7 @@ uint64_t lttng_bytecode_capture_interpret_false(void *capture_data,
        for (pc = next_pc = start_pc; pc - start_pc < bytecode->len;    \
                        pc = next_pc) {                                 \
                dbg_printf("Executing 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);      \
                switch (*(bytecode_opcode_t *) pc)      {
 
This page took 0.023404 seconds and 4 git commands to generate.