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

Function cpu_flush

core/cpu.c:828–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828void cpu_flush(uint32_t address, bool mode) {
829 cpu_prefetch(address, mode);
830 cpu_inst_start();
831 cpu.inBlock = false;
832}
833
834void cpu_nmi(void) {
835 cpu.NMI = 1;

Callers 3

cpu_resetFunction · 0.85
debug_set_pcFunction · 0.85
debugSyncMethod · 0.85

Calls 2

cpu_prefetchFunction · 0.85
cpu_inst_startFunction · 0.85

Tested by

no test coverage detected