diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform.h b/compiler-rt/lib/tsan/rtl/tsan_platform.h --- a/compiler-rt/lib/tsan/rtl/tsan_platform.h +++ b/compiler-rt/lib/tsan/rtl/tsan_platform.h @@ -923,7 +923,7 @@ return addr | (p & ~(ind_lsb - 1)); } } - Printf("ThreadSanitizer: failed to restore address %p\n", addr); + Printf("ThreadSanitizer: failed to restore address 0x%zx\n", addr); Die(); } };