X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fbytecode%2Fbytecode.c;h=6a5b171e149ed38692f675c53fd45982f1189bab;hp=fb8985a00dd2704a293427543173ebff980e85fa;hb=d0cede2590e42c3be77e9434e3de36d86eed07dd;hpb=c3426abd47c0c79abb2efcf473fdb682b9d044a8 diff --git a/src/common/bytecode/bytecode.c b/src/common/bytecode/bytecode.c index fb8985a00..6a5b171e1 100644 --- a/src/common/bytecode/bytecode.c +++ b/src/common/bytecode/bytecode.c @@ -38,7 +38,7 @@ int bytecode_init(struct lttng_bytecode_alloc **fb) } } -LTTNG_HIDDEN +static int32_t bytecode_reserve(struct lttng_bytecode_alloc **fb, uint32_t align, uint32_t len) { int32_t ret;