MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / reset_pc

Method reset_pc

crates/virtual-machine/src/cpu.rs:51–53  ·  view source on GitHub ↗
(&mut self, pc: u64)

Source from the content-addressed store, hash-verified

49 self.pipeline.set_return_addr(ra);
50 }
51
52 pub fn reset_pc(&mut self, pc: u64) {
53 self.pipeline.reset_pc(pc);
54 }
55
56 pub fn set_boot_entry(&mut self, entry: u64) {

Callers 1

new_kernelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected