mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
4eaf69858b
commit
ef04d43fbb
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue