aboutsummaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scope.c b/scope.c
index c2b3c8e..47e5943 100644
--- a/scope.c
+++ b/scope.c
@@ -21,6 +21,7 @@ scope* mkscope()
p->prev = NULL;
p->ret_var= NULL;
+ p->offset = 2;
return p;
}