Skip to content

Commit 6d58275

Browse files
committed
Disable DOUBLY_LINKED_FL
Fixes dotnet#44250
1 parent a627934 commit 6d58275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/src/gc/gcpriv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ inline void FATAL_GC_ERROR()
6666
// We need the lower 3 bits in the MT to do our bookkeeping so doubly linked free list is only for 64-bit
6767
#ifdef HOST_64BIT
6868
// To be enabled.
69-
#define DOUBLY_LINKED_FL
69+
// #define DOUBLY_LINKED_FL
7070
#endif //HOST_64BIT
7171

7272
#ifndef FEATURE_REDHAWK

0 commit comments

Comments
 (0)