Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 06409a3

Browse files
committed
Merge branch 'Support-GCC' of https://github.com/NETMF/netmf-interpreter into Support-GCC
2 parents 81b9e63 + 01a1881 commit 06409a3

File tree

1 file changed

+1
-1
lines changed
  • DeviceCode/Cores/arm/Processors/CortexMx/TinyHal/GNU_S

1 file changed

+1
-1
lines changed

DeviceCode/Cores/arm/Processors/CortexMx/TinyHal/GNU_S/AppEntry.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ EntryPoint:
8989
@ ]
9090
@ The actual word used is 0x2000E00C
9191

92-
b Reset_Handler @ 0xE00C
92+
b.n Reset_Handler @ 0xE00C - Force short (16-bit) encoding
9393
.hword 0x2000 @ Booter signature is 0x2000E00C
9494
.word 0 @ [ UNUSED ]
9595
.word 0 @ [ UNUSED ]

0 commit comments

Comments
 (0)