(raw: RetReg<R0>)
| 895 | #[cfg(any(feature = "event", feature = "runtime", feature = "system"))] |
| 896 | #[inline] |
| 897 | pub(super) unsafe fn ret_error(raw: RetReg<R0>) -> io::Errno { |
| 898 | try_decode_error(raw) |
| 899 | } |
| 900 | |
| 901 | /// Convert a `usize` returned from a syscall that effectively always returns |
| 902 | /// `()`. |
no test coverage detected