diff options
Diffstat (limited to 'compiler-rt/lib/lsan/lsan_common_mac.cc')
-rw-r--r-- | compiler-rt/lib/lsan/lsan_common_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/lsan/lsan_common_mac.cc b/compiler-rt/lib/lsan/lsan_common_mac.cc index 20ac389d534..a158b6512ba 100644 --- a/compiler-rt/lib/lsan/lsan_common_mac.cc +++ b/compiler-rt/lib/lsan/lsan_common_mac.cc @@ -146,7 +146,7 @@ void ProcessPlatformSpecificAllocations(Frontier *frontier) { } void DoStopTheWorld(StopTheWorldCallback callback, void *argument) { - CHECK(0 && "unimplemented"); + StopTheWorld(callback, argument); } } // namespace __lsan |