Skip to content

Commit

Permalink
change the type of the instruction_pointer field
Browse files Browse the repository at this point in the history
  • Loading branch information
olympichek committed Jun 4, 2024
1 parent c4b5d2c commit 87dc12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoqOfRust/revm/simulations/interpreter/interpreter.v
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Require Import CoqOfRust.revm.simulations.interpreter.interpreter_action.

Module Interpreter.
Record t : Set := {
instruction_pointer : list Z;
instruction_pointer : Z;
gas : Gas.t;
contract : Contract.t;
instruction_result : InstructionResult.t;
Expand Down

0 comments on commit 87dc12f

Please # to comment.