Changeset fb6f1a5 in mainline for uspace/app/trace/ipcp.c
- Timestamp:
- 2010-01-27T21:44:52Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ccafee
- Parents:
- b79d450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
rb79d450 rfb6f1a5 279 279 280 280 if ((display_mask & DM_IPC) != 0) { 281 printf("Response to 0x%lx: retval=%ld, args = (%lu, %lu, %lu, %lu, %lu)\n",281 printf("Response to %p: retval=%ld, args = (%lu, %lu, %lu, %lu, %lu)\n", 282 282 hash, retval, IPC_GET_ARG1(*answer), 283 283 IPC_GET_ARG2(*answer), IPC_GET_ARG3(*answer), … … 336 336 /* Not a response */ 337 337 if ((display_mask & DM_IPC) != 0) { 338 printf("Not a response (hash 0x%lx)\n", hash);338 printf("Not a response (hash %p)\n", hash); 339 339 } 340 340 return;
Note:
See TracChangeset
for help on using the changeset viewer.