Skip to content

Commit

Permalink
add mcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
tutugordillo committed Jan 16, 2025
1 parent bd1ab12 commit 80bf709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
split_block = {'calldatacopy', 'create', 'codecopy', 'call', 'log4', 'gas', 'delegatecall', 'extcodecopy', 'create2',
'assignimmutable', 'returndatacopy', 'log2', 'log1', 'log3', 'log0', 'datacopy', 'staticcall','tstore','tload'}
'assignimmutable', 'returndatacopy', 'log2', 'log1', 'log3', 'log0', 'datacopy', 'staticcall','tstore','tload','mcopy'}

terminal_ops = {"functionReturn", "functionReturn", "return", "revert"}

Expand Down

0 comments on commit 80bf709

Please sign in to comment.