Rev 1079 | Rev 1113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1079 | Rev 1105 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | 36 | ||
37 | ## User-space thread entry point for all but the first threads. |
37 | ## User-space thread entry point for all but the first threads. |
38 | # |
38 | # |
39 | # |
39 | # |
40 | __thread_entry: |
40 | __thread_entry: |
- | 41 | lui $28, _gp |
|
- | 42 | ||
41 | # |
43 | # |
42 | # v0 contains address of uarg. |
44 | # v0 contains address of uarg. |
43 | # |
45 | # |
44 | add $4, $2, 0 |
46 | add $4, $2, 0 |
45 | jal thread_main |
47 | jal thread_main |