summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-20 03:15:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-20 03:15:33 +0000
commit49f52937bd9461a677123a16a011c7bc261900a4 (patch)
tree49ca4d9a8d29003bbe34f89da56778043a1e6a53 /eval.c
parentfe5d65f1579aed0aac09329b185b25b61c13cd51 (diff)
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 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 7c27cd96b6..9fa534fb24 100644
--- a/eval.c
+++ b/eval.c
@@ -18,6 +18,7 @@
#include "ruby/vm.h"
#include "vm_core.h"
#include "mjit.h"
+#include "probes.h"
#include "probes_helper.h"
NORETURN(void rb_raise_jump(VALUE, VALUE));