mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
ced9ad5ab5
commit
4b13015447
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue