From 23e73ea5baaf7f25c45f97683fa2c14982fc4472 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 28 Sep 2004 09:45:30 +0000 Subject: [PATCH] I am stupid! [r3978] --- ir/adt/set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/adt/set.c b/ir/adt/set.c index f22c89780..fffe229f9 100644 --- a/ir/adt/set.c +++ b/ir/adt/set.c @@ -179,7 +179,7 @@ SET * SET *table = xmalloc (sizeof (SET)); if (nslots > SEGMENT_SIZE * DIRECTORY_SIZE) - n_slots = DIRECTORY_SIZE; + nslots = DIRECTORY_SIZE; else { assert (nslots >= 0); /* Adjust nslots up to next power of 2, minimum SEGMENT_SIZE */ -- 2.20.1