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

Function cpu_abort

tinyemu/riscv_cpu.c:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146static __attribute__((unused)) void cpu_abort(RISCVCPUState *s)
147{
148 dump_regs(s);
149 abort();
150}
151
152/* addr must be aligned. Only RAM accesses are supported */
153#define PHYS_MEM_READ_WRITE(size, uint_type) \

Callers

nothing calls this directly

Calls 1

dump_regsFunction · 0.85

Tested by

no test coverage detected