* tool/instruction.rb : fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tarui 2013-11-20 11:56:36 +00:00
Родитель ced9ad5ab5
Коммит 4b13015447
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Wed Nov 20 20:54:01 2013 Masaya Tarui <tarui@ruby-lang.org>
* tool/instruction.rb : fix typo.
Wed Nov 20 19:45:22 2013 Tanaka Akira <akr@fsij.org>
* random.c (rand_init): Make it possible to specify arbitrary array

Просмотреть файл

@ -816,7 +816,7 @@ class RubyVM
commit " POPN(#{@popn});" if @popn > 0
end
def make_hader_debug insn
def make_header_debug insn
comment " /* for debug */"
commit " DEBUG_ENTER_INSN(\"#{insn.name}\");"
end
@ -869,7 +869,7 @@ class RubyVM
make_header_stack_pops insn
make_header_temporary_vars insn
#
make_hader_debug insn
make_header_debug insn
make_header_pc insn
make_header_popn insn
make_header_defines insn