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

Function debug_clear_basic_step

core/debug/debug.c:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void debug_clear_basic_step(void) {
208 debug.stepBasic = false;
209 debug.stepBasicNext = false;
210}
211
212void debug_inst_start(void) {
213 uint32_t pc = cpu.registers.PC;

Callers 2

debug_disable_basic_modeFunction · 0.85
debugRaiseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected