MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / CpuDeadLoop

Function CpuDeadLoop

Xcode/cpp_tests/src/Platform.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "../../../rEFIt_UEFI/cpp_foundation/unicode_conversions.h"
23
24void CpuDeadLoop(void)
25{
26 exit(1);
27}
28//
29//static char *dull_replace(const char *in, const char *pattern, const char *by, char* res)
30//{

Callers 15

PrepareHobNvStorageFunction · 0.50
DxeInitFunction · 0.50
ExceptionHandlerFunction · 0.50
S3ResumeBootOsFunction · 0.50
S3RestoreConfig2Function · 0.50
CommonExceptionHandlerFunction · 0.50
CommonExceptionHandlerFunction · 0.50
SystemHangFunction · 0.50
EfiAcpiResetSystemFunction · 0.50
BdsProcessCapsulesFunction · 0.50

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected