summaryrefslogtreecommitdiff
path: root/probes_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'probes_helper.h')
-rw-r--r--probes_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/probes_helper.h b/probes_helper.h
index 91514b31ea..12a18dcb34 100644
--- a/probes_helper.h
+++ b/probes_helper.h
@@ -7,6 +7,7 @@
VALUE rb_class_path_no_cache(VALUE _klass);
#define RUBY_DTRACE_HOOK(name, th, klazz, id) \
+do { \
if (RUBY_DTRACE_##name##_ENABLED()) { \
VALUE _klass = (klazz); \
VALUE _id = (id); \
@@ -49,6 +50,7 @@ VALUE rb_class_path_no_cache(VALUE _klass);
} \
} \
} \
+} while (0)
#define RUBY_DTRACE_METHOD_ENTRY_HOOK(th, klass, id) \
RUBY_DTRACE_HOOK(METHOD_ENTRY, th, klass, id)