Changeset eed4139 in mainline for kernel/generic/src/ipc/ipc.c


Ignore:
Timestamp:
2018-03-22T23:23:18Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbb37b6
Parents:
77f0a1d
Message:

Fix some comments mentioning 'call IDs'

File:
1 edited

Legend:

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

    r77f0a1d reed4139  
    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.