diff options
-rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc index 48fc0f169d1..6602561186c 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc @@ -254,7 +254,7 @@ void InitializePlatformEarly() { #elif defined(__powerpc64__) if (vmaSize != 44 && vmaSize != 46) { Printf("FATAL: ThreadSanitizer: unsupported VMA range\n"); - Printf("FATAL: Found %d - Supported 42 and 46\n", vmaSize); + Printf("FATAL: Found %d - Supported 44 and 46\n", vmaSize); Die(); } #endif |