Dependency

- Variable parameters must be reference counted
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-10 10:24:22 +02:00
parent ce32cfe00d
commit cd9fb4aa66
2 changed files with 3 additions and 0 deletions

View File

@ -1023,6 +1023,9 @@ public class DNodeGenerator
DNode dnode = poolT!(VariableNode, Variable)(varParamDec);
dnode.markVisited();
/* Add an entry to the reference counting map */
tc.touch(varParamDec);
return null;
}
/**

BIN
tlang

Binary file not shown.