Ignore:
File:
1 edited

Legend:

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

    ra36f442 reed4139  
    910910        mutex_lock(&phone->lock);
    911911        if (phone->state != IPC_PHONE_FREE) {
    912                 printf("%-11d %7" PRIun " ", cap->handle,
     912                printf("%-11d %7" PRIun " ", (int) CAP_HANDLE_RAW(cap->handle),
    913913                    atomic_get(&phone->active_calls));
    914914
     
    967967
    968968#ifdef __32_BITS__
    969         printf("[call id ] [method] [arg1] [arg2] [arg3] [arg4] [arg5]"
     969        printf("[call adr] [method] [arg1] [arg2] [arg3] [arg4] [arg5]"
    970970            " [flags] [sender\n");
    971971#endif
    972972
    973973#ifdef __64_BITS__
    974         printf("[call id         ] [method] [arg1] [arg2] [arg3] [arg4]"
     974        printf("[call address    ] [method] [arg1] [arg2] [arg3] [arg4]"
    975975            " [arg5] [flags] [sender\n");
    976976#endif
Note: See TracChangeset for help on using the changeset viewer.