File tree 1 file changed +1
-1
lines changed
kevm-pyk/src/kevm_pyk/kproj/evm-semantics
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1395,7 +1395,7 @@ The various `CALL*` (and other inter-contract control flow) operations will be d
1395
1395
<accessedAccounts> TOUCHED_ACCOUNTS => TOUCHED_ACCOUNTS |Set ADDRSET </accessedAccounts>
1396
1396
1397
1397
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 ]
1399
1399
// -----------------------------------------------------------------------------------------------------------------
1400
1400
rule #computeValidJumpDests(_PGM) => .Set
1401
1401
rule #computeValidJumpDests(_PGM, _I, _RESULT) => .Set
You can’t perform that action at this time.
0 commit comments