MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / pop_stack

Method pop_stack

icicle-cortexm/src/lib.rs:602–604  ·  view source on GitHub ↗

Handles code associated with poping the stack frame after returning from an interrupt. Note: Currently most of the code is implemented by Fuzzware.

(&mut self, cpu: &mut Cpu)

Source from the content-addressed store, hash-verified

600 ///
601 /// Note: Currently most of the code is implemented by Fuzzware.
602 pub fn pop_stack(&mut self, cpu: &mut Cpu) {
603 self.masking.mask_return(self, cpu)
604 }
605
606 pub fn set_debug_info(&mut self, path: PathBuf) -> anyhow::Result<()> {
607 tracing::info!("Using debug info from: {}", path.display());

Callers 2

ExceptionReturnFunction · 0.80
pop_stackFunction · 0.80

Calls 1

mask_returnMethod · 0.80

Tested by

no test coverage detected