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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/spill.c b/lisc/spill.c
index 9011753..ae9be00 100644
--- a/lisc/spill.c
+++ b/lisc/spill.c
@@ -312,7 +312,7 @@ dopm(Blk *b, Ins *i, Bits *v)
 			r |= BIT(rsave[n]);
 		v->t[0] |= calluse(*(i-1), 0);
 	} else {
-		limit(v, NReg, 0);
+		limit2(v, 0, 0, 0);
 		r = v->t[0];
 	}
 	sethint(v, r);