wip on a simpler slot handling

This commit is contained in:
Quentin Carbonneaux 2015-09-29 17:23:55 -04:00
parent fdbff25a61
commit 5e5d0a1e99
3 changed files with 52 additions and 71 deletions

View file

@ -249,7 +249,7 @@ struct Fn {
int retty;
Blk **rpo;
ulong reg;
int svec[NAlign];
int stk0, stk1;
char name[NString];
};