forked from len0rd/rockbox
Onda VX747:
clean up's, bug fixes and reworks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19007 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
059fff29ec
commit
1e8be6f6b0
9 changed files with 149 additions and 68 deletions
|
@ -997,7 +997,7 @@ static void __attribute__((used)) _start_thread(void)
|
|||
"lw $8, 4($9) \n" /* Fetch thread function pointer ($8 = $t0, $9 = $t1) */
|
||||
"lw $29, 40($9) \n" /* Set initial sp(=$29) */
|
||||
"sw $0, 48($9) \n" /* Clear start address */
|
||||
"jalr $8 \n" /* Start the thread */
|
||||
"jr $8 \n" /* Start the thread */
|
||||
"nop \n"
|
||||
".set at \n"
|
||||
".set reorder \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue