Skip to content

Commit

Permalink
fix: offset
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Jan 17, 2025
1 parent 57bc69c commit cea79c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/native/circuit/src/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ impl<F: PrimeField32> VmExtension<F> for Native {
execution_bus,
program_bus,
memory_bridge,
NativeLoadStoreOpcode::default_offset(),
NativeLoadStore4Opcode::default_offset(),
),
NativeLoadStoreCoreChip::new(NativeLoadStoreOpcode::default_offset()),
NativeLoadStoreCoreChip::new(NativeLoadStore4Opcode::default_offset()),
offline_memory.clone(),
);
block_load_store_chip
Expand Down

0 comments on commit cea79c9

Please sign in to comment.