Skip to content

Commit e88e4ea

Browse files
authored
Merge pull request #12702 from hugueskamba/hk_remove_armc5_support_tfm
TFM: Remove ARM Compiler 5 considerations
2 parents 9835722 + 0d626e0 commit e88e4ea

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)