Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
extern
"C"
37
void __cxa_pure_virtual(){
38
const char* reasons[1] = {
"__cxa_pure_virtual"
};
39
KernelPanic(reasons, 1);
40
}
Callers
nothing calls this directly
Calls
1
KernelPanic
Function · 0.85
Tested by
no test coverage detected