MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / bios_debug_read

Function bios_debug_read

tinyemu/x86_machine.c:1276–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274}
1275
1276static uint32_t bios_debug_read(void *opaque, uint32_t offset, int size_log2)
1277{
1278 return 0;
1279}
1280#endif
1281
1282typedef struct PCMachine {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected