summaryrefslogtreecommitdiff
path: root/tool/parse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/parse.rb')
-rw-r--r--tool/parse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/parse.rb b/tool/parse.rb
index 15e7f77494..bf0bbc30af 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