Skip to content

Commit

Permalink
evm.md: don't store <endPC> for VMTESTS execmode
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru committed Apr 2, 2020
1 parent 769a747 commit 5f22e47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions evm.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ Control Flow
<statusCode> _ => SC </statusCode>
<endPC> _ => PCOUNT </endPC>
<pc> PCOUNT </pc>
<mode> EXECMODE </mode>
requires EXECMODE =/=K VMTESTS
rule <k> #end SC => #halt ... </k> <statusCode> _ => SC </statusCode> <mode> VMTESTS </mode>
rule <k> #halt ~> (_:Int => .) ... </k>
rule <k> #halt ~> (_:OpCode => .) ... </k>
Expand Down

0 comments on commit 5f22e47

Please sign in to comment.