Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ peek_pc
Method
peek_pc
crates/virtual-machine/src/cpu.rs:71–73 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
69
self.pipeline.peek_fp_reg(r)
70
}
71
72
pub fn peek_pc(&self) -> u64 {
73
self.pipeline.peek_pc()
74
}
75
76
pub fn peek_csr_mcause(&self) -> u64 {
Callers
4
maybe_tick
Method · 0.45
render_disasm
Function · 0.45
step_to_next_function
Method · 0.45
refresh_snapshot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected