MCPcopy 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
6void __noreturn abort(void)
7{
8 while (1)
9 hlt();
10}

Callers 7

xmalloc_workFunction · 0.50
xmemalign_workFunction · 0.50
haltFunction · 0.50
re_compile_fastmapFunction · 0.50
re_match_2Function · 0.50
regerrorFunction · 0.50
xmallocFunction · 0.50

Calls 1

hltFunction · 0.50

Tested by

no test coverage detected