Improved Windows ABI support
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user