summary refs log tree commit diff
path: root/lisc/spill.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/spill.c')
-rw-r--r--lisc/spill.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisc/spill.c b/lisc/spill.c
index 9ce0e4d..2aa4e23 100644
--- a/lisc/spill.c
+++ b/lisc/spill.c
@@ -230,7 +230,7 @@ limit2(BSet *b, int k1, int k2, BSet *fst)
 }
 
 static void
-sethint(BSet *u, ulong r)
+sethint(BSet *u, bits r)
 {
 	uint t;
 
@@ -272,7 +272,7 @@ dopm(Blk *b, Ins *i, BSet *v)
 	int n, t;
 	BSet u[1];
 	Ins *i1;
-	ulong r;
+	bits r;
 
 	bsinit(u, ntmp); /* todo, free those */
 	/* consecutive copies from
@@ -336,7 +336,7 @@ spill(Fn *fn)
 	Ins *i;
 	Phi *p;
 	Mem *m;
-	ulong r;
+	bits r;
 
 	tmp = fn->tmp;
 	ntmp = fn->ntmp;