Add _matherr to renamed_funcs

This commit is contained in:
Gillou68310 2024-05-29 11:55:30 +02:00
parent 3f237c31f1
commit 079bf0e8cd

View file

@ -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) {