Subversion Repositories HelenOS

Rev

Rev 2128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2128 Rev 2465
Line 32... Line 32...
32
 
32
 
33
## User-space thread entry point for all but the first threads.
33
## User-space thread entry point for all but the first threads.
34
#
34
#
35
#
35
#
36
__thread_entry:
36
__thread_entry:
37
 
-
 
38
#
-
 
39
# TODO
37
        b __thread_main
40
#
-