Changeset eed4139 in mainline for kernel/generic/src/ipc/ipc.c
- Timestamp:
- 2018-03-22T23:23:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbb37b6
- Parents:
- 77f0a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r77f0a1d reed4139 967 967 968 968 #ifdef __32_BITS__ 969 printf("[call id] [method] [arg1] [arg2] [arg3] [arg4] [arg5]"969 printf("[call adr] [method] [arg1] [arg2] [arg3] [arg4] [arg5]" 970 970 " [flags] [sender\n"); 971 971 #endif 972 972 973 973 #ifdef __64_BITS__ 974 printf("[call id] [method] [arg1] [arg2] [arg3] [arg4]"974 printf("[call address ] [method] [arg1] [arg2] [arg3] [arg4]" 975 975 " [arg5] [flags] [sender\n"); 976 976 #endif
Note:
See TracChangeset
for help on using the changeset viewer.