Now I've applied Ralf's patch correctly and it works.

This commit is contained in:
Andreas Jaeger 2000-04-13 20:31:43 +00:00
parent 1c3fb6b3a4
commit 040c028af2
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ ENTRY(__thread_start)
.cprestore 16
/* The stackframe has been created on entry of clone(). */
/* Resort the arg for user's function. */
lw a0,0(sp) /* Function pointer. */
lw t9,4(sp) /* Argument pointer. */
lw t9,0(sp) /* Function pointer. */
lw a0,4(sp) /* Argument pointer. */
/* Call the user's function. */
jalr t9