Removed unnecessary function
This commit is contained in:
parent
5f8b859f4a
commit
2948a24478
7 changed files with 25 additions and 40 deletions
|
@ -75,7 +75,7 @@ func (f *Function) CompileCall(root *expression.Expression) ([]types.Type, error
|
|||
}
|
||||
|
||||
registers := f.CPU.Input[:len(parameters)]
|
||||
err := f.BeforeCall(fn, parameters, registers)
|
||||
err := f.ExpressionsToRegisters(parameters, registers, fn.Input)
|
||||
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue