(raw: RetReg<R0>)
| 926 | /// `c_uint` on success. |
| 927 | #[inline] |
| 928 | pub(super) fn ret_c_uint(raw: RetReg<R0>) -> io::Result<c::c_uint> { |
| 929 | try_decode_c_uint(raw) |
| 930 | } |
| 931 | |
| 932 | /// Convert a `usize` returned from a syscall that effectively returns a `u64` |
| 933 | /// on success. |
no test coverage detected