Skip to content

Commit

Permalink
Change an erroneous mload
Browse files Browse the repository at this point in the history
  • Loading branch information
ncik-roberts committed Mar 3, 2018
1 parent 829235c commit 40d1ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-compiler/grouper.ml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ let convert (p : int array) : program =
(* Store acc in env *)
Evm (DUP 1);
Evm (push C.env_addr);
Evm MLOAD;
Evm MSTORE;

(* Jump to code value of acc *)
Evm (DUP 1);
Expand Down

0 comments on commit 40d1ba3

Please sign in to comment.