Improved Windows ABI support
This commit is contained in:
parent
91a3ec9d52
commit
b3fec98baf
22 changed files with 124 additions and 32 deletions
|
@ -30,7 +30,7 @@ func (f *Function) ExpressionToMemory(node *expression.Expression, memory asm.Me
|
|||
}
|
||||
|
||||
if node.Token.IsNumeric() {
|
||||
number, err := f.Number(node.Token)
|
||||
number, err := f.ToNumber(node.Token)
|
||||
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue