Fix error messages in sym_GetConstantValue

This commit is contained in:
ISSOtm
2020-03-11 00:03:19 +01:00
parent ea0c5581a5
commit 23effcc3f0
5 changed files with 11 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ static inline bool sym_IsExported(struct sSymbol const *sym)
int32_t sym_GetValue(struct sSymbol const *sym);
uint32_t sym_CalcHash(const char *s);
void sym_SetExportAll(uint8_t set);
void sym_SetExportAll(bool set);
struct sSymbol *sym_AddLocalReloc(char const *tzSym);
struct sSymbol *sym_AddReloc(char const *tzSym);
void sym_Export(char const *tzSym);