Adjust stack size based on local variables
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
58
|
||||
28
|
||||
@@ -0,0 +1,10 @@
|
||||
proc main() {
|
||||
var i: int;
|
||||
var j: int;
|
||||
|
||||
i := 58;
|
||||
j := 28;
|
||||
|
||||
printi(i);
|
||||
printi(j);
|
||||
}
|
||||
Reference in New Issue
Block a user