aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h
index f1aa5a5..7fb8273 100644
--- a/semantics.h
+++ b/semantics.h
@@ -76,7 +76,7 @@ struct CType {
CType_t ret;
CNode *body;
int local_size;
- int params_size;
+ int frame_size;
} func; /* for a function */
} rec;
int size; /* memory footprint */