restored old post-link names (_cooja_sw -> cooja_sw)
This commit is contained in:
parent
3d551593ad
commit
5836d232cf
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ cooja_mtarch_start(struct cooja_mtarch_thread *t,
|
||||||
}
|
}
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
__asm__ (
|
__asm__ (
|
||||||
"_cooja_sw:\n\t"
|
"cooja_sw:\n\t"
|
||||||
"pushl %ebp\n\t"
|
"pushl %ebp\n\t"
|
||||||
"movl %esp, %ebp\n\t"
|
"movl %esp, %ebp\n\t"
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ __asm__ (
|
||||||
"pushl %ebp\n\t"
|
"pushl %ebp\n\t"
|
||||||
"pushl %ebp\n\t"
|
"pushl %ebp\n\t"
|
||||||
|
|
||||||
"movl _cooja_running_thread, %eax\n\t"
|
"movl cooja_running_thread, %eax\n\t"
|
||||||
"movl 0(%eax), %ebx\n\t"
|
"movl 0(%eax), %ebx\n\t"
|
||||||
"movl %esp, 0(%eax)\n\t"
|
"movl %esp, 0(%eax)\n\t"
|
||||||
"movl %ebx, %esp\n\t"
|
"movl %ebx, %esp\n\t"
|
||||||
|
|
Loading…
Reference in a new issue