Skip to content

Commit

Permalink
fix rebase problem
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Jul 10, 2024
1 parent 31834e3 commit 7a94c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/operations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub enum Operation {
///
/// The internal value specifies an error code associated with the error in case when the
/// assertion fails.
U32assert2(Felt),
U32assert2(Felt) = OPCODE_U32ASSERT2,

/// Pops three elements off the stack, adds them together, and splits the result into upper
/// and lower 32-bit values. Then pushes the result back onto the stack.
Expand Down

0 comments on commit 7a94c2d

Please sign in to comment.