Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1112 → Rev 1113

/uspace/trunk/libc/arch/mips32/src/thread_entry.s
37,6 → 37,7
## User-space thread entry point for all but the first threads.
#
#
.ent __thread_entry
__thread_entry:
lui $28, _gp
 
44,9 → 45,13
# v0 contains address of uarg.
#
add $4, $2, 0
jal thread_main
# Mips o32 may store its arguments on stack, make space
addiu $sp, -16
j __thread_main
nop
#
# Not reached.
#
.end __thread_entry