Skip to content

Commit

Permalink
Fix PUSHPOW2 range check
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Feb 26, 2024
1 parent c95388c commit e0f7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cp0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@
"operands_range_check": {
"length": 8,
"from": 0,
"to": 255
"to": 254
},
"operands": [
{
Expand Down

0 comments on commit e0f7a0c

Please sign in to comment.