Removed incorrect optimization
This commit is contained in:
parent
fca944d26c
commit
b886637dc3
7 changed files with 16 additions and 38 deletions
|
@ -36,9 +36,8 @@ func NewFunction(name string, file *fs.File, body token.List) *Function {
|
|||
Syscall: x64.SyscallRegisters,
|
||||
Output: x64.ReturnValueRegisters,
|
||||
},
|
||||
definitions: map[string]*Definition{},
|
||||
variables: map[string]*Variable{},
|
||||
finished: make(chan struct{}),
|
||||
variables: map[string]*Variable{},
|
||||
finished: make(chan struct{}),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue