We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3fdbb commit 16df2f4Copy full SHA for 16df2f4
core/vm/stack_table.go
@@ -30,4 +30,4 @@ func maxDupStack(n int) int {
30
31
func maxStack(pop, push int) int {
32
return int(params.StackLimit) + pop - push
33
-}
+}
0 commit comments