From 5e5d0a1e999a4d41614c9cf3db2b68ce031026f1 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 29 Sep 2015 17:23:55 -0400 Subject: wip on a simpler slot handling --- lisc/lisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc/lisc.h') diff --git a/lisc/lisc.h b/lisc/lisc.h index 127aa78..dcc3652 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -249,7 +249,7 @@ struct Fn { int retty; Blk **rpo; ulong reg; - int svec[NAlign]; + int stk0, stk1; char name[NString]; }; -- cgit 1.4.1