ARM: Fix comment.

Follow-up to ca5425bfc4cd0ca0fee5002220e4cd329643d8c5.

* lib/mes/div.c: Fix comment.
This commit is contained in:
Danny Milosavljevic 2019-03-11 20:34:13 +01:00 committed by Jan Nieuwenhuizen
parent cf0b648185
commit f3a266b960
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -153,4 +153,4 @@ __aeabi_uidiv (unsigned long a, unsigned long b)
{
return __mesabi_uldiv (a, b, 0);
}
#endif // __GNUC__ && !SYSTEM_LIBC
#endif // __GNUC__ && !SYSTEM_LIBC && __arm__