Add __umoddi3 to target symbol map in aot_reloc_arm.c (#828)

This commit is contained in:
YAMAMOTO Takashi
2021-11-10 16:53:14 +08:00
committed by GitHub
parent 5b62fdd061
commit 6edabbf632
+1
View File
@@ -65,6 +65,7 @@ static SymbolMap target_sym_map[] = {
REG_SYM(__divdi3),
/* clang-format on */
REG_SYM(__udivdi3),
REG_SYM(__moddi3),
REG_SYM(__umoddi3),
REG_SYM(__divsi3),
REG_SYM(__udivsi3),