Function tunnel_memory_errors
pub fn tunnel_memory_errors<A: Arch, O: Oracle<A>, S: Scope>(
counter: InstructionCounter,
scope: &S,
o: &mut O,
cache: &impl EncodingAnalysisCache<A>,
) -> InstructionCounter
Expand description
Skip instructions for which crate::MemoryAccessAnalysis
returns an error using tunneling.