MCPcopy Create free account
hub / github.com/beefytech/Beef / AbortHandler

Function AbortHandler

BeefySysLib/platform/win/Platform.cpp:907–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907static void __cdecl AbortHandler(int)
908{
909 BfpSystem_FatalError("Abort handler", NULL);
910}
911
912static int64 gCPUFreq = -1;
913static int64 gStartCPUTick = -1;

Callers

nothing calls this directly

Calls 1

BfpSystem_FatalErrorFunction · 0.70

Tested by

no test coverage detected