From 2cff453e491270dfe080beeddb731a4d8efae6a0 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Jan 2007 05:16:38 +0000 Subject: * tool/parse.rb: replace YARVCore by VM class. http://d.hatena.ne.jp/ysano2005/20070128 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/parse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/parse.rb') diff --git a/tool/parse.rb b/tool/parse.rb index 15e7f7749..bf0bbc30a 100644 --- a/tool/parse.rb +++ b/tool/parse.rb @@ -6,7 +6,7 @@ puts '# ' + '-' * 70 puts $str puts '# ' + '-' * 70 -$parsed = YARVCore::InstructionSequence.compile_file($file) +$parsed = VM::InstructionSequence.compile_file($file) puts "# disasm result: " puts '# ' + '-' * 70 puts $parsed.disasm -- cgit