diff --git a/GPL/Events/Helpers.h b/GPL/Events/Helpers.h index 92e5df5b..3844f06e 100644 --- a/GPL/Events/Helpers.h +++ b/GPL/Events/Helpers.h @@ -113,6 +113,7 @@ const volatile int consumer_pid = 0; ret; \ }) +// value is replaced later by `probe_fill_relos()` #define DECL_FUNC_RET(func) const volatile int ret__##func##__ = 0; #define FUNC_RET_READ(type, func) \ ({ \