MCPcopy Create free account
hub / github.com/Atmosphere-NX/Atmosphere / AbortImpl

Function AbortImpl

exosphere/program/source/secmon_error.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 NORETURN void AbortImpl() {
54 /* Perform any necessary (typically none) debugging. */
55 if constexpr (SaveSystemStateForDebug) {
56 SaveSystemStateForDebugAbort();
57 }
58
59 secmon::SetError(pkg1::ErrorInfo_UnknownAbort);
60 secmon::ErrorReboot();
61 }
62
63 #include <exosphere/diag/diag_detailed_assertion_impl.inc>
64

Callers

nothing calls this directly

Calls 3

SetErrorFunction · 0.85
ErrorRebootFunction · 0.70

Tested by

no test coverage detected