MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / __cxa_pure_virtual

Function __cxa_pure_virtual

Kernel/src/runtime.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36extern "C"
37void __cxa_pure_virtual(){
38 const char* reasons[1] = {"__cxa_pure_virtual"};
39 KernelPanic(reasons, 1);
40}

Callers

nothing calls this directly

Calls 1

KernelPanicFunction · 0.85

Tested by

no test coverage detected