Fix comments

This commit is contained in:
Andreas Jaeger 2000-11-20 07:54:19 +00:00
parent 3f95e592cb
commit 081c74d4cc
1 changed files with 2 additions and 4 deletions

View File

@ -82,15 +82,13 @@ error:
/* Load up the arguments to the function. Put this block of code in /* Load up the arguments to the function. Put this block of code in
its own function so that we can terminate the stack trace with our its own function so that we can terminate the stack trace with our
debug info. debug info. */
At this point we have s0=arg, s1=fn. */
ENTRY(__thread_start) ENTRY(__thread_start)
/* cp is already loaded. */ /* cp is already loaded. */
.cprestore 16 .cprestore 16
/* The stackframe has been created on entry of clone(). */ /* The stackframe has been created on entry of clone(). */
/* Resort the arg for user's function. */ /* Restore the arg for user's function. */
lw t9,0(sp) /* Function pointer. */ lw t9,0(sp) /* Function pointer. */
lw a0,4(sp) /* Argument pointer. */ lw a0,4(sp) /* Argument pointer. */