mirror of https://github.com/ARMmbed/mbed-os.git
TFM: Remove ARM Compiler 5 considerations
ARM Compiler 5 is no longer actively supported and was superseded in Mbed OS by ARM Compiler 6.pull/12702/head
parent
253e7becaa
commit
0d626e04b9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue