Skip to content

Commit 1fccf94

Browse files
committed
disable for NativeAOT for now
1 parent 4907384 commit 1fccf94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/coreclr/gc/gcpriv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ inline void FATAL_GC_ERROR()
5151
//
5252
// This means any empty regions can be freely used for any generation. For
5353
// Server GC we will balance regions between heaps.
54-
// For now disable regions for StandAlone GC and MacOS builds
55-
#if defined (HOST_64BIT) && !defined (BUILD_AS_STANDALONE) && !defined(__APPLE__)
54+
// For now disable regions for StandAlone GC, NativeAOT and MacOS builds
55+
#if defined (HOST_64BIT) && !defined (BUILD_AS_STANDALONE) && !defined(__APPLE__) && !defined(FEATURE_REDHAWK)
5656
#define USE_REGIONS
5757
#endif //HOST_64BIT && BUILD_AS_STANDALONE
5858

0 commit comments

Comments
 (0)