forked from len0rd/rockbox
Moved code to section .init.text
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db822180e7
commit
5b7f45a7c6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
* KIND, either express or implied.
|
* KIND, either express or implied.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
.section .text
|
.section .init.text
|
||||||
.global start
|
.global start
|
||||||
start:
|
start:
|
||||||
/* We begin with some tricks. If we have built our code to be loaded
|
/* We begin with some tricks. If we have built our code to be loaded
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue