Skip to content

Commit 8dea3d2

Browse files
committed
Fix merge issue in symbol
1 parent 2ea9cc9 commit 8dea3d2

File tree

1 file changed

+1
-1
lines changed
  • kevm-pyk/src/kevm_pyk/kproj/evm-semantics

1 file changed

+1
-1
lines changed

kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ The various `CALL*` (and other inter-contract control flow) operations will be d
13951395
<accessedAccounts> TOUCHED_ACCOUNTS => TOUCHED_ACCOUNTS |Set ADDRSET </accessedAccounts>
13961396
13971397
syntax Set ::= #computeValidJumpDests(Bytes) [symbol(computeValidJumpDests), function, memo, total]
1398-
| #computeValidJumpDests(Bytes, Int, List) [symbol(computeValidJumpDests), function ]
1398+
| #computeValidJumpDests(Bytes, Int, List) [symbol(computeValidJumpDestsAux), function ]
13991399
// -----------------------------------------------------------------------------------------------------------------
14001400
rule #computeValidJumpDests(_PGM) => .Set
14011401
rule #computeValidJumpDests(_PGM, _I, _RESULT) => .Set

0 commit comments

Comments
 (0)