summaryrefslogtreecommitdiff
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
commitef04d43fbbaae5dca8637c7dac5f3b1a228f2a34 (patch)
tree773c948ba7c4628d14c11df9e69c1430bc95dce0 /vm_insnhelper.c
parent4eaf69858bd3108c7340bae363713a9e07cd48c3 (diff)
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"