Refactor symbol value getters for less redundancy

This commit is contained in:
Rangi42
2024-09-09 09:35:58 -04:00
committed by Eldred Habert
parent 6bc2446966
commit 56af572bfd
2 changed files with 9 additions and 20 deletions

View File

@@ -78,7 +78,6 @@ void sym_Export(std::string const &symName);
Symbol *sym_AddEqu(std::string const &symName, int32_t value);
Symbol *sym_RedefEqu(std::string const &symName, int32_t value);
Symbol *sym_AddVar(std::string const &symName, int32_t value);
uint32_t sym_GetPCValue();
int32_t sym_GetRSValue();
void sym_SetRSValue(int32_t value);
uint32_t sym_GetConstantValue(std::string const &symName);