Merge pull request #12702 from hugueskamba/hk_remove_armc5_support_tfm

TFM: Remove ARM Compiler 5 considerations
pull/12808/head
Martin Kojtal 2020-04-15 10:22:32 +02:00 committed by GitHub
commit e88e4ea2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
* Avoids the semihosting issue
* FixMe: describe 'semihosting issue'
*/
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
#if defined(__ARMCC_VERSION)
__asm(" .global __ARM_use_no_argv\n");
#endif