File gprofng.patch of Package binutils
From 9f5d0f4f6115309948f6c2eb69de693656059248 Mon Sep 17 00:00:00 2001 From: Andreas Schwab <schwab@suse.de> Date: Sat, 22 Nov 2025 11:29:43 +0100 Subject: [PATCH] gprofng --- gprofng/src/collector_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofng/src/collector_module.h b/gprofng/src/collector_module.h index b64d69c45ab..859a6dd1f7d 100644 --- a/gprofng/src/collector_module.h +++ b/gprofng/src/collector_module.h @@ -119,7 +119,7 @@ typedef struct CollectorUtilFuncs extern CollectorUtilFuncs __collector_util_funcs; extern int __collector_dlsym_guard; -#define CALL_UTIL(x) __collector_util_funcs.x +#define CALL_UTIL(x) (__collector_util_funcs.x) /* The following constants define the meaning of the "void *arg" * argument of getFrameInfo(). -- 2.51.2