switch last 2 params of TOK_memset on ARM
On ARM, TOK_memset is executed via __aeabi_memset which reverse the order of the last two parameters.
This commit is contained in:
Reference in New Issue
Block a user
On ARM, TOK_memset is executed via __aeabi_memset which reverse the order of the last two parameters.