Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a863def

Browse filesBrowse files
authored
Update port.c
1 parent 706fc68 commit a863def
Copy full SHA for a863def

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎portable/GCC/ARM_CM3/port.c

Copy file name to clipboardExpand all lines: portable/GCC/ARM_CM3/port.c
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.