Rev 3457 | Rev 3600 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3457 | Rev 3468 | ||
|---|---|---|---|
| Line 527... | Line 527... | ||
| 527 | t->udebug.stop = true; |
527 | t->udebug.stop = true; |
| 528 | 528 | ||
| 529 | /* Answer GO call */ |
529 | /* Answer GO call */ |
| 530 | LOG("answer GO call with EVENT_FINISHED\n"); |
530 | LOG("answer GO call with EVENT_FINISHED\n"); |
| 531 | IPC_SET_RETVAL(t->udebug.go_call->data, 0); |
531 | IPC_SET_RETVAL(t->udebug.go_call->data, 0); |
| 532 | IPC_SET_ARG1(t->udebug.go_call->data, UDEBUG_EVENT_FINISHED); |
532 | IPC_SET_ARG1(t->udebug.go_call->data, |
| - | 533 | UDEBUG_EVENT_FINISHED); |
|
| 533 | 534 | ||
| 534 | ipc_answer(&ta->answerbox, t->udebug.go_call); |
535 | ipc_answer(&ta->answerbox, t->udebug.go_call); |
| 535 | t->udebug.go_call = NULL; |
536 | t->udebug.go_call = NULL; |
| 536 | } else { |
537 | } else { |
| 537 | /* |
538 | /* |