We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82cd900 + fe47ec6 commit 6c3519dCopy full SHA for 6c3519d
src/options.c
@@ -425,14 +425,14 @@ static mi_decl_noinline void mi_recurse_exit_prim(void) {
425
}
426
427
static bool mi_recurse_enter(void) {
428
- #if defined(__APPLE__) || defined(MI_TLS_RECURSE_GUARD)
+ #if defined(__APPLE__) || defined(__ANDROID__) || defined(MI_TLS_RECURSE_GUARD)
429
if (_mi_preloading()) return false;
430
#endif
431
return mi_recurse_enter_prim();
432
433
434
static void mi_recurse_exit(void) {
435
436
if (_mi_preloading()) return;
437
438
mi_recurse_exit_prim();
0 commit comments