macro_rules! record_write {
($addr:expr, $size:expr) => { ... };
}
Expand description
Convenience macro for recording memory writes.
macro_rules! record_write {
($addr:expr, $size:expr) => { ... };
}
Convenience macro for recording memory writes.