From 78746906d133765a9a4219eb34ed01e78f31344c Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 6 Dec 2022 15:53:27 -0500 Subject: rts: Reenable assertion --- rts/sm/Sanity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts') diff --git a/rts/sm/Sanity.c b/rts/sm/Sanity.c index d0a6403555..e360586222 100644 --- a/rts/sm/Sanity.c +++ b/rts/sm/Sanity.c @@ -926,7 +926,7 @@ static void checkGeneration (generation *gen, uint32_t n; gen_workspace *ws; - //ASSERT(countBlocks(gen->blocks) == gen->n_blocks); + ASSERT(countBlocks(gen->blocks) == gen->n_blocks); ASSERT(countBlocks(gen->large_objects) == gen->n_large_blocks); #if defined(THREADED_RTS) -- cgit v1.2.1