mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -44,6 +44,6 @@ void sym_AddSymbol(Symbol &symbol);
|
||||
// Finds a symbol in all the defined symbols.
|
||||
Symbol *sym_GetSymbol(std::string const &name);
|
||||
|
||||
void sym_DumpLocalAliasedSymbols(std::string const &name);
|
||||
void sym_TraceLocalAliasedSymbols(std::string const &name);
|
||||
|
||||
#endif // RGBDS_LINK_SYMBOL_HPP
|
||||
|
||||
Reference in New Issue
Block a user