From 4b130154478808bb3dd8204e21060dd808e54fd2 Mon Sep 17 00:00:00 2001 From: tarui Date: Wed, 20 Nov 2013 11:56:36 +0000 Subject: * tool/instruction.rb : fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/instruction.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool/instruction.rb') diff --git a/tool/instruction.rb b/tool/instruction.rb index 9dbc3ae6b8..0e992e02c6 100755 --- a/tool/instruction.rb +++ b/tool/instruction.rb @@ -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 -- cgit v1.2.3