Skip to content

Commit

Permalink
modify probe_fill_relos
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Aug 26, 2024
1 parent a40ed61 commit 1a2b4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GPL/Events/Helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
({ \
Expand Down

0 comments on commit 1a2b4c1

Please sign in to comment.