зеркало из https://github.com/github/ruby.git
* 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:
Родитель
ced9ad5ab5
Коммит
4b13015447
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче