Use std::vector for symbols

This commit is contained in:
Rangi42
2024-02-21 10:43:43 -05:00
committed by Sylvie
parent a310b659cd
commit 521ca1c34a
3 changed files with 7 additions and 14 deletions

View File

@@ -50,7 +50,6 @@ struct Symbol {
};
uint32_t ID; // ID of the symbol in the object file (-1 if none)
struct Symbol *next; // Next object to output in the object file
};
bool sym_IsPC(struct Symbol const *sym);