Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
828
void cpu_flush(uint32_t address, bool mode) {
829
cpu_prefetch(address, mode);
830
cpu_inst_start();
831
cpu.inBlock = false;
832
}
833
834
void cpu_nmi(void) {
835
cpu.NMI = 1;
Callers
3
cpu_reset
Function · 0.85
debug_set_pc
Function · 0.85
debugSync
Method · 0.85
Calls
2
cpu_prefetch
Function · 0.85
cpu_inst_start
Function · 0.85
Tested by
no test coverage detected