remove return_type

soon to be obsolete with multi returns
This commit is contained in:
Torsten Ruger
2015-10-28 12:19:10 +02:00
parent 142c36a374
commit 7e0778dc70
7 changed files with 24 additions and 38 deletions

View File

@ -3,7 +3,7 @@ module Register
module Word
module ClassMethods
def putstring context
function = MethodSource.create_method(:Word,:Integer , :putstring , [] )
function = MethodSource.create_method(:Word , :putstring , [] )
function.source.add_code Register.get_slot( function , :message , :receiver , :new_message )
Kernel.emit_syscall( function , :putstring )
function