We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709127d commit 4798b69Copy full SHA for 4798b69
core/iwasm/aot/arch/aot_reloc_arm.c
@@ -40,6 +40,7 @@ void __aeabi_ldivmod();
40
void __aeabi_memcpy();
41
void __aeabi_memmove();
42
void __aeabi_memset();
43
+void __aeabi_memclr();
44
void __aeabi_uidiv();
45
void __aeabi_uidivmod();
46
void __aeabi_ul2d();
@@ -126,6 +127,7 @@ static SymbolMap target_sym_map[] = {
126
127
REG_SYM(__aeabi_memcpy),
128
REG_SYM(__aeabi_memmove),
129
REG_SYM(__aeabi_memset),
130
+ REG_SYM(__aeabi_memclr),
131
REG_SYM(__aeabi_uidiv),
132
REG_SYM(__aeabi_uidivmod),
133
REG_SYM(__aeabi_ul2d),
0 commit comments