From 70f297bab7ae5d7291040b0305281a5fa8289f80 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 2 Sep 2022 12:08:52 +0200 Subject: fix case of Pool constants --- fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fold.c') diff --git a/fold.c b/fold.c index 3f72155..24b09a6 100644 --- a/fold.c +++ b/fold.c @@ -193,7 +193,7 @@ fold(Fn *fn) val = emalloc(fn->ntmp * sizeof val[0]); edge = emalloc(fn->nblk * sizeof edge[0]); - usewrk = vnew(0, sizeof usewrk[0], Pheap); + usewrk = vnew(0, sizeof usewrk[0], PHeap); for (t=0; tntmp; t++) val[t] = Top; -- cgit 1.4.1