Skip to content

Commit c6e2232

Browse files
committed
fix: make memcpy_iter as executer and memcpy_loop as periphery (reverse the chips)
1 parent 8dfcd6d commit c6e2232

File tree

4 files changed

+693
-616
lines changed

4 files changed

+693
-616
lines changed

crates/vm/src/system/memory/offline_checker/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct MemoryBaseAuxRecord {
1515
}
1616

1717
#[repr(C)]
18-
#[derive(Debug, Clone)]
18+
#[derive(Debug, Clone, Default)]
1919
pub struct MemoryExtendedAuxRecord {
2020
pub prev_timestamp: u32,
2121
pub timestamp_lt_aux: [u32; AUX_LEN],

0 commit comments

Comments
 (0)