Skip to content

Commit

Permalink
u32
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Oct 17, 2024
1 parent 767c0e7 commit db62ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/intrinsics/ecc_v2/pairing/miller_double.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl<
fn execute_instruction(
&self,
_instruction: &Instruction<F>,
_from_pc: F,
_from_pc: u32,
reads: [F; READ_BYTES],
) -> Result<(
AdapterRuntimeContext<F, FlatInterface<F, READ_BYTES, WRITE_BYTES>>,
Expand Down

0 comments on commit db62ab5

Please sign in to comment.