mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12702 from hugueskamba/hk_remove_armc5_support_tfm
TFM: Remove ARM Compiler 5 considerationspull/12808/head
commit
e88e4ea2a8
|
@ -27,7 +27,7 @@
|
||||||
* Avoids the semihosting issue
|
* Avoids the semihosting issue
|
||||||
* FixMe: describe 'semihosting issue'
|
* FixMe: describe 'semihosting issue'
|
||||||
*/
|
*/
|
||||||
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
|
#if defined(__ARMCC_VERSION)
|
||||||
__asm(" .global __ARM_use_no_argv\n");
|
__asm(" .global __ARM_use_no_argv\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue