Skip to content

Commit 4f29d0b

Browse files
committed
fix: input stack range for POW2 and RAWRESERVE
1 parent 3985838 commit 4f29d0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

data/message.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"value_types": ["Int"],
6464
"range": {
6565
"min": 0,
66-
"max": 15
66+
"max": 31
6767
}
6868
}
6969
],

data/shift_logic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"name": "x",
3131
"range": {
3232
"min": 0,
33-
"max": 1023
33+
"max": 255
3434
},
3535
"value_types": ["Int"]
3636
}

gen/tvm-specification.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"name": "x",
639639
"range": {
640640
"min": 0,
641-
"max": 1023
641+
"max": 255
642642
},
643643
"value_types": ["Int"]
644644
}
@@ -25415,7 +25415,7 @@
2541525415
"value_types": ["Int"],
2541625416
"range": {
2541725417
"min": 0,
25418-
"max": 15
25418+
"max": 31
2541925419
}
2542025420
}
2542125421
],

0 commit comments

Comments
 (0)