Improved Windows ABI support
This commit is contained in:
parent
91a3ec9d52
commit
b3fec98baf
22 changed files with 124 additions and 32 deletions
|
@ -34,7 +34,7 @@ func (f *Function) CompileAssignArray(node *ast.Assign) error {
|
|||
index := left.Children[1]
|
||||
|
||||
if index.Token.IsNumeric() {
|
||||
offset, err := f.Number(index.Token)
|
||||
offset, err := f.ToNumber(index.Token)
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue