mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +00:00
Add __umoddi3 to target symbol map in aot_reloc_arm.c (#828)
This commit is contained in:
parent
5b62fdd061
commit
6edabbf632
|
@ -65,6 +65,7 @@ static SymbolMap target_sym_map[] = {
|
||||||
REG_SYM(__divdi3),
|
REG_SYM(__divdi3),
|
||||||
/* clang-format on */
|
/* clang-format on */
|
||||||
REG_SYM(__udivdi3),
|
REG_SYM(__udivdi3),
|
||||||
|
REG_SYM(__moddi3),
|
||||||
REG_SYM(__umoddi3),
|
REG_SYM(__umoddi3),
|
||||||
REG_SYM(__divsi3),
|
REG_SYM(__divsi3),
|
||||||
REG_SYM(__udivsi3),
|
REG_SYM(__udivsi3),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user