Rev 853 | Rev 1037 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 853 | Rev 897 | ||
---|---|---|---|
Line 132... | Line 132... | ||
132 | 132 | ||
133 | void before_thread_runs_arch(void) |
133 | void before_thread_runs_arch(void) |
134 | { |
134 | { |
135 | supervisor_sp = (__address) &THREAD->kstack[THREAD_STACK_SIZE-SP_DELTA]; |
135 | supervisor_sp = (__address) &THREAD->kstack[THREAD_STACK_SIZE-SP_DELTA]; |
136 | } |
136 | } |
- | 137 | ||
- | 138 | void after_thread_ran_arch(void) |
|
- | 139 | { |
|
- | 140 | } |