Skip to content

Commit 0d626e0

Browse files
committed
TFM: Remove ARM Compiler 5 considerations
ARM Compiler 5 is no longer actively supported and was superseded in Mbed OS by ARM Compiler 6.
1 parent 253e7be commit 0d626e0

File tree

1 file changed

+1
-1
lines changed
  • components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/core

1 file changed

+1
-1
lines changed

components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/secure_fw/core/tfm_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Avoids the semihosting issue
2828
* FixMe: describe 'semihosting issue'
2929
*/
30-
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
30+
#if defined(__ARMCC_VERSION)
3131
__asm(" .global __ARM_use_no_argv\n");
3232
#endif
3333

0 commit comments

Comments
 (0)