mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-12 08:55:28 +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),
|
||||
/* clang-format on */
|
||||
REG_SYM(__udivdi3),
|
||||
REG_SYM(__moddi3),
|
||||
REG_SYM(__umoddi3),
|
||||
REG_SYM(__divsi3),
|
||||
REG_SYM(__udivsi3),
|
||||
|
|
Loading…
Reference in New Issue
Block a user