Rev 2825 | Rev 2839 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2825 | Rev 2826 | ||
|---|---|---|---|
| Line 172... | Line 172... | ||
| 172 | ta->cycles = 0; |
172 | ta->cycles = 0; |
| 173 | 173 | ||
| 174 | /* Init debugging stuff */ |
174 | /* Init debugging stuff */ |
| 175 | ta->dt_state = UDEBUG_TS_INACTIVE; |
175 | ta->dt_state = UDEBUG_TS_INACTIVE; |
| 176 | ta->debug_begin_call = NULL; |
176 | ta->debug_begin_call = NULL; |
| 177 | ta->debug_go_call = NULL; |
- | |
| 178 | ta->not_stoppable_count = 0; |
177 | ta->not_stoppable_count = 0; |
| 179 | 178 | ||
| 180 | ipc_answerbox_init(&ta->kernel_box, ta); |
179 | ipc_answerbox_init(&ta->kernel_box, ta); |
| 181 | ta->kb_thread = NULL; |
180 | ta->kb_thread = NULL; |
| 182 | 181 | ||