зеркало из https://github.com/github/ruby.git
15 строки
374 B
C
15 строки
374 B
C
/** -*-c-*-
|
|
This file contains YARV instructions list, to define YARVCore::Instructions.
|
|
|
|
----
|
|
This file is auto generated by insns2vm.rb
|
|
DO NOT TOUCH!
|
|
|
|
If you want to fix something, you must edit 'template/minsns.inc.tmpl'
|
|
or tool/insns2vm.rb
|
|
*/
|
|
|
|
% @insns.each_with_index do |insn, i|
|
|
rb_define_const(mYarvInsns, "I<%=insn.name%>", INT2FIX(<%=i%>));
|
|
% end
|