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.
1 parent a839470 commit 499ca5cCopy full SHA for 499ca5c
coregrind/m_scheduler/scheduler.c
@@ -1246,7 +1246,7 @@ VgSchedReturnCode VG_(scheduler) ( ThreadId tid )
1246
} else {
1247
VG_(debugLog)(0,"sched",
1248
"WARNING: pthread stack cache cannot be disabled!\n");
1249
- VG_(clo_sim_hints) &= !SimHint2S(SimHint_no_nptl_pthread_stackcache);
+ VG_(clo_sim_hints) &= ~SimHint2S(SimHint_no_nptl_pthread_stackcache);
1250
/* Remove SimHint_no_nptl_pthread_stackcache from VG_(clo_sim_hints)
1251
to avoid having a msg for all following threads. */
1252
}
0 commit comments