Implemented multiple return values
This commit is contained in:
parent
b124915119
commit
14e2aa0588
15 changed files with 113 additions and 35 deletions
|
@ -69,6 +69,7 @@ func (f *Function) CompileCall(root *expression.Expression) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// TODO: Save all return value registers of the function
|
||||
f.SaveRegister(f.CPU.Output[0])
|
||||
|
||||
// Push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue