summaryrefslogtreecommitdiff
path: root/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf.c')
-rw-r--r--perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.c b/perf.c
index 758364f8b..d3a981660 100644
--- a/perf.c
+++ b/perf.c
@@ -114,7 +114,7 @@ print_perf_event_attr(struct tcb *const tcp, const kernel_ulong_t addr)
* offsetofend against size) in order to print fields as kernel sees
* them. This also should work great on big endian architectures.
*/
- #define _PERF_CHECK_FIELD(_field) \
+#define _PERF_CHECK_FIELD(_field) \
do { \
if (offsetof(struct perf_event_attr, _field) >= size) \
goto print_perf_event_attr_out; \