We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a863def commit f973e34Copy full SHA for f973e34
portable/GCC/ARM_CM4F/port.c
@@ -707,7 +707,8 @@ static void vPortEnableVFP( void )
707
" \n"
708
" orr r1, r1, #( 0xf << 20 ) \n" /* Enable CP10 and CP11 coprocessors, then save back. */
709
" str r1, [r0] \n"
710
- " bx r14 "
+ " bx r14 \n"
711
+ " .ltorg \n" /* make sure the pool is placed here, so ldr doesn't generate a too long jump */
712
);
713
}
714
/*-----------------------------------------------------------*/
0 commit comments