fix class function test

This commit is contained in:
Torsten Ruger
2014-07-14 17:08:52 +03:00
parent 93bdd8a243
commit 16a378e3da
3 changed files with 6 additions and 2 deletions

View File

@ -18,6 +18,9 @@ module Virtual
def initialize nex = nil
@next = nex
end
def type
Reference
end
end
# the first instruction we need is to stop. Off course in a real machine this would be a syscall, but that is just