mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Comment refers to "built-in" symbols
This commit is contained in:
@@ -473,7 +473,7 @@ static void registerUnregisteredSymbol(struct Symbol *symbol, void *arg)
|
|||||||
{
|
{
|
||||||
(void)arg; // sym_ForEach requires a void* parameter, but we are not using it.
|
(void)arg; // sym_ForEach requires a void* parameter, but we are not using it.
|
||||||
|
|
||||||
// Check for symbol->src, to skip any auto generated symbol from rgbasm
|
// Check for symbol->src, to skip any built-in symbol from rgbasm
|
||||||
if (symbol->src && symbol->ID == -1) {
|
if (symbol->src && symbol->ID == -1) {
|
||||||
registerSymbol(symbol);
|
registerSymbol(symbol);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user