MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / cpu_trap

Function cpu_trap

core/cpu.c:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458static void cpu_trap(void) {
459 cpu_trap_rewind(1);
460}
461
462static void cpu_jump(uint32_t address, bool mode) {
463 cpu_prefetch(address, mode);

Callers 2

cpu_execute_bliFunction · 0.85
cpu_executeFunction · 0.85

Calls 1

cpu_trap_rewindFunction · 0.85

Tested by

no test coverage detected