Changeset d7e245a in mainline for uspace/app/trace/trace.c
- Timestamp:
- 2017-11-26T20:13:07Z (5 years ago)
- Branches:
- lfn, master, serial
- Children:
- 7b8f933
- Parents:
- 474c68b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r474c68b rd7e245a 284 284 sysarg_t phoneid; 285 285 286 if (sc_rc == (sysarg_t) IPC_CALLRET_FATAL)286 if (sc_rc == (sysarg_t) EOK) 287 287 return; 288 288 … … 304 304 int rc; 305 305 306 if (sc_rc == (sysarg_t) IPC_CALLRET_FATAL)306 if (sc_rc == (sysarg_t) EOK) 307 307 return; 308 308
Note: See TracChangeset
for help on using the changeset viewer.