Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Oct 23, 2024
1 parent ce562f8 commit 383b956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/intrinsics/field_expression/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ where

let instruction = MinimalInstruction {
is_valid: is_valid.into(),
opcode: expected_opcode + AB::Expr::from_canonical_usize(self.offset),
opcode: expected_opcode,
};

let ctx: AdapterAirContext<_, DynAdapterInterface<_>> = AdapterAirContext {
Expand Down

0 comments on commit 383b956

Please sign in to comment.