aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/all.h b/all.h
index 3479d27..97cc41c 100644
--- a/all.h
+++ b/all.h
@@ -393,8 +393,10 @@ struct Fn {
Blk **rpo;
bits reg;
int slot;
+ int salign;
char vararg;
char dynalloc;
+ char leaf;
char name[NString];
Lnk lnk;
};