Hide print_op private symbol
[lttng-ust.git] / liblttng-ust / lttng-bytecode.c
index 9bb7f11f77138439c511d5532ad2d9db238e8ca5..793495700758d1edfc22bd7b736f3c88e2d86783 100644 (file)
@@ -162,7 +162,7 @@ static const char *opnames[] = {
        [ BYTECODE_OP_RETURN_S64 ] = "RETURN_S64",
 };
 
-const char *print_op(enum bytecode_op op)
+const char *lttng_bytecode_print_op(enum bytecode_op op)
 {
        if (op >= NR_BYTECODE_OPS)
                return "UNKNOWN";
This page took 0.022665 seconds and 4 git commands to generate.