Changeset f8fb03b in mainline
- Timestamp:
- 2020-01-21T09:36:26Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 01900b6
- Parents:
- b08fb02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/program.c
rb08fb02 rf8fb03b 187 187 log(LF_OTHER, LVL_ERROR, "Cannot spawn loader (%s)", 188 188 str_error(prg->loader_status)); 189 return ENOENT;189 return prg->loader_status; 190 190 } 191 191
Note:
See TracChangeset
for help on using the changeset viewer.