aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-01 13:14:41 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-01 13:14:41 +0800
commit2b30bf74245fa28d59491150395b54766783b379 (patch)
tree798cbeb37d06f125ab3842f115849f3eb92b4fc9 /semantics.h
parent9c9ffe07398c4cb9d5167c8e876e766dad92af98 (diff)
can generate native asm
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 */