diff --git a/src/main.cpp b/src/main.cpp index 84928a4..e967cbd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -628,6 +628,7 @@ std::unordered_set 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) {