Skip to content

Commit

Permalink
Disable DOUBLY_LINKED_FL
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Nov 4, 2020
1 parent a627934 commit 6d58275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/gc/gcpriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d58275

Please sign in to comment.