aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-07 23:59:11 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-08 22:33:49 -0400
commite11eda53660f19bcbcede3bb25b09a71363cef21 (patch)
treeef8eb830df6620bbf0a5c29b4ae643ef6d3ed1e1 /pc.h
parenteee77999764131bd35ce2c471d32cd0b6e85f598 (diff)
Add scope based stack offsets for variables
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index 04f8bfe..e49d665 100644
--- a/pc.h
+++ b/pc.h
@@ -13,5 +13,7 @@ int yyerror(char*);
int count_args(ptree*);
int set_func_types(ptree*, int*, int);
int get_call_types(ptree*, int*, int);
+
+#define OFFSET_SIZE 8
#endif