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

Function debug_set_pc

core/debug/debug.c:287–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void debug_set_pc(uint32_t addr) {
288 cpu_flush(addr, cpu.ADL);
289}
290
291/* internal breakpoints not visible in gui */
292/* the gui should automatically update breakpoints, so it should be */

Callers 1

contextDisasmMethod · 0.85

Calls 1

cpu_flushFunction · 0.85

Tested by

no test coverage detected