mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix non-const labels with callbacks having incorrect values when diffed
Basically, this broke PC, which is currently the only label-typed symbol with a callback.
This commit is contained in:
@@ -70,6 +70,7 @@ static inline bool sym_IsExported(struct sSymbol const *sym)
|
||||
return sym->isExported;
|
||||
}
|
||||
|
||||
int32_t sym_GetValue(struct sSymbol const *sym);
|
||||
uint32_t sym_CalcHash(const char *s);
|
||||
void sym_SetExportAll(uint8_t set);
|
||||
void sym_AddLocalReloc(char const *tzSym);
|
||||
|
||||
Reference in New Issue
Block a user