diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-02-20 03:15:33 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-02-20 03:15:33 +0000 |
commit | 49f52937bd9461a677123a16a011c7bc261900a4 (patch) | |
tree | 49ca4d9a8d29003bbe34f89da56778043a1e6a53 /probes_helper.h | |
parent | fe5d65f1579aed0aac09329b185b25b61c13cd51 (diff) | |
download | ruby-49f52937bd9461a677123a16a011c7bc261900a4.tar.gz |
vm.c: disable dtrace in jit source
* vm.c: include dummy dtrace probes header in jit header.
* vm_insnhelper.c: probes headers are included by vm.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'probes_helper.h')
-rw-r--r-- | probes_helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/probes_helper.h b/probes_helper.h index 1393436b29..115c78d467 100644 --- a/probes_helper.h +++ b/probes_helper.h @@ -2,7 +2,6 @@ #define RUBY_PROBES_HELPER_H #include "ruby/ruby.h" -#include "probes.h" struct ruby_dtrace_method_hook_args { const char *classname; |