Skip to content

Commit 8be4b91

Browse files
committed
Merge remote-tracking branch 'official-hxcpp/master'
2 parents 5e31cdf + bca59f4 commit 8be4b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hx/gc/Immix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ static bool sGcVerifyGenerational = false;
188188
#endif
189189

190190

191-
#if HX_HAS_ATOMIC && (HXCPP_GC_DEBUG_LEVEL==0) && !defined(HX_GC_VERIFY)
191+
#if HX_HAS_ATOMIC && (HXCPP_GC_DEBUG_LEVEL==0) && !defined(HX_GC_VERIFY) && !defined(EMSCRIPTEN)
192192
#if defined(HX_MACOS) || defined(HX_WINDOWS) || defined(HX_LINUX)
193193
enum { MAX_GC_THREADS = 4 };
194194
#else

0 commit comments

Comments
 (0)