Skip to content

Commit

Permalink
chore: fix halo2-pse compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Nov 12, 2023
1 parent a30e3b1 commit 5e2706f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions halo2-base/src/virtual_region/lookups/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ impl<const KEY_COL: usize> BasicDynLookupConfig<KEY_COL> {
|mut region| {
self.assign_virtual_to_lookup_to_raw_from_offset(
&mut region,
#[cfg(feature = "halo2-axiom")]
keys,
#[cfg(not(feature = "halo2-axiom"))]
keys.clone(),
0,
copy_manager,
);
Expand Down

0 comments on commit 5e2706f

Please sign in to comment.