From 6d582756b2a875cecba6b6e7b14b77074e93151a Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Wed, 4 Nov 2020 14:05:39 -0800 Subject: [PATCH] Disable DOUBLY_LINKED_FL Fixes #44250 --- src/coreclr/src/gc/gcpriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/gc/gcpriv.h b/src/coreclr/src/gc/gcpriv.h index 37e957c3bffa1..23f5bc8363395 100644 --- a/src/coreclr/src/gc/gcpriv.h +++ b/src/coreclr/src/gc/gcpriv.h @@ -66,7 +66,7 @@ inline void FATAL_GC_ERROR() // We need the lower 3 bits in the MT to do our bookkeeping so doubly linked free list is only for 64-bit #ifdef HOST_64BIT // To be enabled. -#define DOUBLY_LINKED_FL +// #define DOUBLY_LINKED_FL #endif //HOST_64BIT #ifndef FEATURE_REDHAWK