remove unknown type

This commit is contained in:
Torsten Ruger
2015-09-23 18:35:37 +03:00
parent 4b613fb632
commit 9fe01c7b31
15 changed files with 49 additions and 38 deletions

View File

@ -3,7 +3,7 @@ module Register
module Word
module ClassMethods
def putstring context
function = Virtual::MethodSource.create_method(:Word , :putstring , [] )
function = Virtual::MethodSource.create_method(:Word,:int , :putstring , [] )
Kernel.emit_syscall( function , :putstring )
function
end