From 079bf0e8cd42971bb167afdb6dddd4817a4cf19d Mon Sep 17 00:00:00 2001 From: Gillou68310 Date: Wed, 29 May 2024 11:55:30 +0200 Subject: [PATCH] Add _matherr to renamed_funcs --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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) {