Changeset a9b6bec in mainline for kernel/generic/src/udebug/udebug.c


Ignore:
Timestamp:
2010-12-14T20:19:41Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11658b64
Parents:
37f7cfe (diff), 228e490 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

Extra changes: ipcarg_t is sysarg_t and
IPC_GET_METHOD is IPC_GET_IMETHOD.

File:
1 edited

Legend:

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

    r37f7cfe ra9b6bec  
    219219 *
    220220 */
    221 void udebug_syscall_event(unative_t a1, unative_t a2, unative_t a3,
    222     unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc,
     221void udebug_syscall_event(sysarg_t a1, sysarg_t a2, sysarg_t a3,
     222    sysarg_t a4, sysarg_t a5, sysarg_t a6, sysarg_t id, sysarg_t rc,
    223223    bool end_variant)
    224224{
     
    314314        IPC_SET_RETVAL(call->data, 0);
    315315        IPC_SET_ARG1(call->data, UDEBUG_EVENT_THREAD_B);
    316         IPC_SET_ARG2(call->data, (unative_t) thread);
     316        IPC_SET_ARG2(call->data, (sysarg_t) thread);
    317317       
    318318        /*
Note: See TracChangeset for help on using the changeset viewer.