Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ x86_cpu_init
Function
x86_cpu_init
tinyemu/x86_cpu.c:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#include
"x86_cpu.h"
33
34
X86CPUState *x86_cpu_init(PhysMemoryMap *mem_map)
35
{
36
fprintf(stderr,
"x86 emulator is not supported\n"
);
37
exit(1);
38
}
39
40
void x86_cpu_end(X86CPUState *s)
41
{
Callers
1
x86_machine.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected