diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp b/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp index 5cc81bab5b911..5e1ea06b6236e 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp +++ b/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp @@ -238,7 +238,8 @@ void InitializePlatformEarly() { if (IsAddressInMappedRegion(HiAppMemEnd() - 1)) { Report( "ThreadSanitizer: Unsupported virtual memory layout: Address %p is " - "already mapped.\n"); + "already mapped.\n", + HiAppMemEnd() - 1); Die(); } #endif