add function_return helper to risc_value

create a function_return from within builder
This commit is contained in:
Torsten Ruger
2018-08-06 13:03:33 +03:00
parent c9d8f750e5
commit 595e032edf
3 changed files with 14 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module Mom
# MessageSetup does Setup before a call can be made, acquiring and filling the message
# basically.Only after MessageSetup is the next_message safe to use.
#
# The space keeps a linked list of Messages, from which we take and currenty also return.
# The Space keeps a linked list of Messages, from which we take and currenty also return.
#
# Message setup set the name to the called method's name, and also set the arg and local
# types on the new message, currently for debugging but later for dynamic checking