mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-04-28 04:51:43 +00:00
Add _matherr to renamed_funcs
This commit is contained in:
parent
3f237c31f1
commit
079bf0e8cd
1 changed files with 1 additions and 0 deletions
|
|
@ -628,6 +628,7 @@ std::unordered_set<std::string> renamed_funcs{
|
|||
"div64_64",
|
||||
"div64_32",
|
||||
"__moddi3",
|
||||
"_matherr",
|
||||
};
|
||||
|
||||
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