aboutsummaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-09 00:48:44 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-09 00:58:37 -0400
commit4fad63bffa5d91f566737090e3476cddbf59ed3b (patch)
tree9b3a08b67af0f1deba694518c683d4bb9c89b663 /tree.h
parentabae0a645f4272a1052b939ee47f2a07d90b2002 (diff)
Fix changes mov to movq
Diffstat (limited to 'tree.h')
-rw-r--r--tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tree.h b/tree.h
index cd8a947..a90947d 100644
--- a/tree.h
+++ b/tree.h
@@ -29,6 +29,7 @@ ptree* mkinum(int);
ptree* mkrnum(float);
ptree* mkop(int, int, ptree*, ptree*);
+int update_offsets(ptree*, int);
void update_type_info(ptree*, ptree*);
void set_ret_type(ptree*);