Skip to content

Commit

Permalink
support solc 0.8.20+ (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Sep 30, 2023
1 parent 47e25c3 commit 4bee276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm/concolic/concolic_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ where
vec![]
}
// PUSH
0x60..=0x7f => {
0x5f..=0x7f => {
// push n bytes into stack
// Concolic push n bytes is equivalent to concrete push, because the bytes
// being pushed are always concrete, we can just push None to the stack
Expand Down

0 comments on commit 4bee276

Please sign in to comment.