Skip to content

Commit 21f5eea

Browse files
fix: input stack range for POW2 and RAWRESERVE (#10)
1 parent c7598db commit 21f5eea

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
@@ -611,7 +611,7 @@
611611
"name": "x",
612612
"range": {
613613
"min": 0,
614-
"max": 1023
614+
"max": 255
615615
},
616616
"value_types": ["Int"]
617617
}
@@ -24372,7 +24372,7 @@
2437224372
"value_types": ["Int"],
2437324373
"range": {
2437424374
"min": 0,
24375-
"max": 15
24375+
"max": 31
2437624376
}
2437724377
}
2437824378
],

0 commit comments

Comments
 (0)