Implemented compilation finished events
This commit is contained in:
parent
b8c011d742
commit
aba9cf2412
8 changed files with 72 additions and 50 deletions
|
@ -251,6 +251,7 @@ func scanFile(path string, functions chan<- *Function) error {
|
|||
Return: x64.ReturnValueRegisters,
|
||||
},
|
||||
variables: map[string]*Variable{},
|
||||
finished: make(chan struct{}),
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue