Changeset 87b4baa in mainline for uspace/app/trace/trace.c
- Timestamp:
- 2010-12-17T20:16:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 424558a
- Parents:
- 463e734 (diff), bbc74af7 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r463e734 r87b4baa 287 287 { 288 288 ipc_call_t call; 289 ipcarg_t phoneid;289 sysarg_t phoneid; 290 290 291 291 if (sc_rc == (sysarg_t) IPC_CALLRET_FATAL || … … 295 295 phoneid = sc_args[0]; 296 296 297 IPC_SET_ METHOD(call, sc_args[1]);297 IPC_SET_IMETHOD(call, sc_args[1]); 298 298 IPC_SET_ARG1(call, sc_args[2]); 299 299 IPC_SET_ARG2(call, sc_args[3]); … … 331 331 phoneidx = sc_args[0]; 332 332 333 IPC_SET_ METHOD(question, sc_args[1]);333 IPC_SET_IMETHOD(question, sc_args[1]); 334 334 IPC_SET_ARG1(question, sc_args[2]); 335 335 IPC_SET_ARG2(question, sc_args[3]);
Note:
See TracChangeset
for help on using the changeset viewer.