Skip to content

Commit

Permalink
dencun support (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberiro authored Apr 15, 2024
1 parent 6d6629f commit 64af36d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/evm/concolic/concolic_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,10 @@ where
0x5b => {
vec![]
}
// MCOPY
0x5e => {
concrete_eval!(3, 0)
}
// PUSH
0x5f..=0x7f => {
// push n bytes into stack
Expand Down

0 comments on commit 64af36d

Please sign in to comment.