Skip to content

Commit a863def

Browse files
authored
Update port.c
1 parent 706fc68 commit a863def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portable/GCC/ARM_CM3/port.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ static void prvPortStartFirstTask( void )
247247
" isb \n"
248248
" svc 0 \n" /* System call to start first task. */
249249
" nop \n"
250+
" .ltorg \n" /* make sure the pool is placed here, so ldr doesn't generate a too long jump */
250251
);
251252
}
252253
/*-----------------------------------------------------------*/

0 commit comments

Comments
 (0)