Rev 3032 | Rev 3424 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3032 | Rev 3108 | ||
---|---|---|---|
Line 232... | Line 232... | ||
232 | */ |
232 | */ |
233 | void udebug_before_thread_runs(void) |
233 | void udebug_before_thread_runs(void) |
234 | { |
234 | { |
235 | ipl_t ipl; |
235 | ipl_t ipl; |
236 | 236 | ||
- | 237 | return; |
|
237 | ASSERT(!PREEMPTION_DISABLED); |
238 | ASSERT(!PREEMPTION_DISABLED); |
238 | 239 | ||
239 | /* |
240 | /* |
240 | * Prevent agains re-entering, such as when preempted inside this |
241 | * Prevent agains re-entering, such as when preempted inside this |
241 | * function. |
242 | * function. |