Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
idc: bugfix - exit code was not passed to the caller
When executing a blocking operation on a remote core it is expected that an exit code of the operation is passed to the caller as if the operation was on the same core In fact, a result of message passing was returned, so in most cases result was success, no matter what operation result was Signed-off-by: Marcin Szkudlinski <[email protected]>
- Loading branch information