Changeset 3926f30 in mainline for kernel/generic/src/udebug/udebug.c


Ignore:
Timestamp:
2008-09-24T07:56:00Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45454e9b
Parents:
0dd0f71f
Message:

Document functions in udebug_ipc.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/udebug/udebug.c

    r0dd0f71f r3926f30  
    530530                                LOG("answer GO call with EVENT_FINISHED\n");
    531531                                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);
    533534
    534535                                ipc_answer(&ta->answerbox, t->udebug.go_call);
Note: See TracChangeset for help on using the changeset viewer.