pub fn tracing_read_or_imm_native<F>(
memory: &mut TracingMemory,
addr_space: F,
ptr_or_imm: F,
prev_timestamp: &mut u32,
) -> Fwhere
F: PrimeField32,
Expand description
Reads value at _ptr
from memory and records the previous timestamp.
If the read is an immediate, the previous timestamp will be set to u32::MAX
.