remove unknown type
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user