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

Function cpu_jump

core/cpu.c:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462static void cpu_jump(uint32_t address, bool mode) {
463 cpu_prefetch(address, mode);
464#ifdef DEBUG_SUPPORT
465 debug_record_ret(cpu.registers.PC, mode);
466#endif
467}
468
469static void cpu_return(void) {
470 uint32_t address;

Callers 2

cpu_returnFunction · 0.85
cpu_executeFunction · 0.85

Calls 2

cpu_prefetchFunction · 0.85
debug_record_retFunction · 0.85

Tested by

no test coverage detected