summary refs log tree commit diff
path: root/lisc/live.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/live.c')
-rw-r--r--lisc/live.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisc/live.c b/lisc/live.c
index e95f289..0639740 100644
--- a/lisc/live.c
+++ b/lisc/live.c
@@ -103,9 +103,8 @@ Again:
 		chg |= memcmp(&b->out, &u, sizeof(Bits));
 
 		memset(phi, 0, f->ntmp * sizeof phi[0]);
+		memset(nlv, 0, sizeof nlv);
 		b->in = b->out;
-		nlv[0] = 0;
-		nlv[1] = 0;
 		for (t=0; t<f->ntmp; t++)
 			if (BGET(b->in, t)) {
 				phifix(t, phi, f->tmp);