Skip to content

Commit

Permalink
Update arithmetic.v
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus authored Sep 10, 2024
1 parent 0370eab commit 71a0217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Definition mul : MS? Evm.t Exception.t unit :=

Definition div : MS? Evm.t Exception.t unit :=
(* STACK *)
letS? divisor := StateError.lift_lens Evm.Lens.stack pop in
letS? divident := StateError.lift_lens Evm.Lens.stack pop in
letS? divisor := StateError.lift_lens Evm.Lens.stack pop in

(* GAS *)
letS? _ := charge_gas GAS_VERY_LOW in
Expand Down

0 comments on commit 71a0217

Please sign in to comment.