Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ cpu_trap
Function
cpu_trap
core/cpu.c:458–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
456
}
457
458
static void cpu_trap(void) {
459
cpu_trap_rewind(1);
460
}
461
462
static void cpu_jump(uint32_t address, bool mode) {
463
cpu_prefetch(address, mode);
Callers
2
cpu_execute_bli
Function · 0.85
cpu_execute
Function · 0.85
Calls
1
cpu_trap_rewind
Function · 0.85
Tested by
no test coverage detected