mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-04-27 04:21:51 +00:00
more funcs
This commit is contained in:
parent
271ad42187
commit
cdaf6ba3a7
1 changed files with 4 additions and 0 deletions
|
|
@ -583,6 +583,10 @@ std::unordered_set<std::string> renamed_funcs{
|
|||
"realloc",
|
||||
"rand",
|
||||
"srand",
|
||||
"random",
|
||||
"gcvt",
|
||||
"fcvt",
|
||||
"ecvt",
|
||||
};
|
||||
|
||||
bool read_symbols(RecompPort::Context& context, const ELFIO::elfio& elf_file, ELFIO::section* symtab_section, uint32_t entrypoint, bool has_entrypoint, bool use_absolute_symbols) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue