| 55 | } |
| 56 | |
| 57 | static inline void getCommonErrorData(ERRF_FatalErrInfo* error, Result failure) |
| 58 | { |
| 59 | error->resCode = failure; |
| 60 | svcGetProcessId(&error->procId, CUR_PROCESS_HANDLE); |
| 61 | } |
| 62 | |
| 63 | Result ERRF_ThrowResult(Result failure) |
| 64 | { |
no outgoing calls
no test coverage detected