Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ abort
Function
abort
src/lib/halt.c:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <halt.h>
5
6
void __noreturn abort(void)
7
{
8
while (1)
9
hlt();
10
}
Callers
7
xmalloc_work
Function · 0.50
xmemalign_work
Function · 0.50
halt
Function · 0.50
re_compile_fastmap
Function · 0.50
re_match_2
Function · 0.50
regerror
Function · 0.50
xmalloc
Function · 0.50
Calls
1
hlt
Function · 0.50
Tested by
no test coverage detected