Add missing arm function

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-12 16:47:15 +02:00
parent bc1cf01cf2
commit b2e2e9b07d
1 changed files with 1 additions and 0 deletions

View File

@ -122,4 +122,5 @@ void EXPORT_FUNC (__aeabi_llsr) (void);
void EXPORT_FUNC (__aeabi_uidiv) (void);
void EXPORT_FUNC (__aeabi_uidivmod) (void);
void EXPORT_FUNC (__wrap___clear_cache) (void *, void *);
void EXPORT_FUNC (__aeabi_ulcmp) (void);
#endif