mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
... but still be compatible with OF..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18396 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aefbd6301a
commit
f3d5700df7
2 changed files with 6 additions and 1 deletions
|
|
@ -48,6 +48,11 @@
|
|||
.section .init.text
|
||||
.set noreorder
|
||||
.set noat
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
.word 0 /* Unknown */
|
||||
.word 0 /* Filesize */
|
||||
#endif
|
||||
|
||||
_start:
|
||||
la ra, _start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue