Clarify comment explaining how referenced works

This commit is contained in:
Rangi42
2024-02-28 15:10:47 -05:00
committed by Sylvie
parent ace45bfd90
commit fc5ab8a14c

View File

@@ -20,7 +20,7 @@ struct FileStackNode {
// Line at which the parent context was exited; meaningless for the root level
uint32_t lineNo;
bool referenced; // If referenced, don't free!
bool referenced; // If referenced by a Symbol, Section, or Patch's `src`, don't `delete`!
uint32_t ID; // Set only if referenced: ID within the object file, -1 if not output yet
enum FileStackNodeType type;