From 3ae09b30f8ba5ff4dd148d358f51b99ae0ae6c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 4 Dec 2019 16:42:30 +0900 Subject: internal/vm.h rework Rearranged contents, then added MJIT_FUNC_EXPORTED function declarations. --- probes_helper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'probes_helper.h') diff --git a/probes_helper.h b/probes_helper.h index 115c78d467..d2d0ebb6e2 100644 --- a/probes_helper.h +++ b/probes_helper.h @@ -12,7 +12,9 @@ struct ruby_dtrace_method_hook_args { volatile VALUE name; }; +MJIT_SYMBOL_EXPORT_BEGIN NOINLINE(int rb_dtrace_setup(rb_execution_context_t *, VALUE, ID, struct ruby_dtrace_method_hook_args *)); +MJIT_SYMBOL_EXPORT_END #define RUBY_DTRACE_METHOD_HOOK(name, ec, klazz, id) \ do { \ -- cgit v1.2.3