MCPcopy 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_tickMethod · 0.45
render_disasmFunction · 0.45
step_to_next_functionMethod · 0.45
refresh_snapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected