From 30b878ae1eccd977ed421ec853634cd8f7798c6b Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 12 Aug 2007 19:02:30 +0000 Subject: * template/yasmdata.rb.tmpl: fix type and name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/yasmdata.rb.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/yasmdata.rb.tmpl b/template/yasmdata.rb.tmpl index 2e005deb6..95ad092e4 100644 --- a/template/yasmdata.rb.tmpl +++ b/template/yasmdata.rb.tmpl @@ -1,7 +1,7 @@ # -*-ruby-*- # -module YARVCore +class VM class InstructionSequence class Instruction InsnID2NO = { -- cgit