Fixed: close all call sites.
This commit is contained in:
parent
2f5bb18948
commit
4365a6b894
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ namespace arookas {
|
|||
foreach (var function in context.SymbolTable.Functions) {
|
||||
function.Compile(context);
|
||||
}
|
||||
foreach (var function in context.SymbolTable.Functions) {
|
||||
function.CloseCallSites(context);
|
||||
foreach (var callable in context.SymbolTable.Callables) {
|
||||
callable.CloseCallSites(context);
|
||||
}
|
||||
results.DataCount = context.DataTable.Count;
|
||||
results.SymbolCount = context.SymbolTable.Count;
|
||||
|
|
Loading…
Reference in a new issue