summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-18 16:30:10 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-18 16:30:10 +0000
commit979dff3ee48c2bc26ca9ac817425e2b073e12d73 (patch)
treeae07636a95196a6dd7e3ce03f73235e25c9fc0d0 /vm_insnhelper.c
parent2630ad09bd6f959b0379adfba84a6c7b4e4958ff (diff)
* vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,
RUBY_DTRACE_FUNC_RETURN_HOOK): move from vm_core.h to new file probes_helper.h for narrowing dependency to probes.h. * common.mk (VM_CORE_H_INCLUDES): remove dependency to probes.h. * common.mk (vm.$(OBJEXT)): add dependency to probes_helper.h. * vm.c, vm_insnhelper.c: include probes_helper.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index bf524d6fb8..451283eb62 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -14,6 +14,7 @@
#include "constant.h"
#include "internal.h"
#include "probes.h"
+#include "probes_helper.h"
/* control stack frame */