git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11478 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
8641622337
commit
548ecb2c4b
|
@ -120,7 +120,6 @@ bssloop:
|
|||
* Late initialization.
|
||||
*/
|
||||
#if !defined(THUMB_NO_INTERWORKING)
|
||||
bl __core_init
|
||||
bl __late_init
|
||||
#else /* defined(THUMB_NO_INTERWORKING) */
|
||||
add r0, pc, #1
|
||||
|
|
Loading…
Reference in New Issue