Implemented compilation finished events

This commit is contained in:
Eduard Urbach 2024-06-30 11:41:59 +02:00
parent b8c011d742
commit aba9cf2412
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 72 additions and 50 deletions

View file

@ -251,6 +251,7 @@ func scanFile(path string, functions chan<- *Function) error {
Return: x64.ReturnValueRegisters,
},
variables: map[string]*Variable{},
finished: make(chan struct{}),
},
}