aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-21 00:55:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-21 00:55:22 +0000
commit12bc54aedd7a88fb8b39f4d8bec0b7d7ec7cd3f4 (patch)
tree773c948ba7c4628d14c11df9e69c1430bc95dce0 /vm_insnhelper.c
parent954d57d890888bba6e568a6bd9304e2f6c92a127 (diff)
downloadruby-12bc54aedd7a88fb8b39f4d8bec0b7d7ec7cd3f4.tar.gz
vm_insnhelper.c: no insns_info in jit
* vm_insnhelper.c: instructions info are not used in jit source code. resolved a warning by transform_mjit_header.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 6e53fe7f63..d692b7d1b9 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -10,7 +10,9 @@
/* finish iseq array */
#include "insns.inc"
+#ifndef MJIT_HEADER
#include "insns_info.inc"
+#endif
#include <math.h>
#include "constant.h"
#include "internal.h"