diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-29 05:16:38 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-29 05:16:38 +0000 |
| commit | 2cff453e491270dfe080beeddb731a4d8efae6a0 (patch) | |
| tree | d39f9c67e6041bde122bfb1f61ff1d7ab5b4b67a /tool/parse.rb | |
| parent | 694d01849df0aad64bc924caae4ae91a78cb069a (diff) | |
| download | ruby-2cff453e491270dfe080beeddb731a4d8efae6a0.tar.gz ruby-2cff453e491270dfe080beeddb731a4d8efae6a0.tar.xz ruby-2cff453e491270dfe080beeddb731a4d8efae6a0.zip | |
* 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
Diffstat (limited to 'tool/parse.rb')
| -rw-r--r-- | tool/parse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
