summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitesh Jain <nitesh.jain@imgtec.com>2017-04-25 13:25:40 +0000
committerNitesh Jain <nitesh.jain@imgtec.com>2017-04-25 13:25:40 +0000
commit4b386467e9567f28666c0c72dee681c060579ad0 (patch)
tree95bc2b39800b064146b4c073cbc287e242968b43
parent2933d7b0d25db323e1d48fdff26136f739091ecb (diff)
downloadbcm5719-llvm-4b386467e9567f28666c0c72dee681c060579ad0.tar.gz
bcm5719-llvm-4b386467e9567f28666c0c72dee681c060579ad0.zip
[Compiler-rt][MIPS] Fix assert introduce with commit rl301171.
llvm-svn: 301307
-rw-r--r--compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
index c2d9f2cd376..c6f6a211573 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
@@ -83,7 +83,7 @@ namespace __sanitizer {
#elif defined(__mips__)
const unsigned struct_kernel_stat_sz =
SANITIZER_ANDROID ? FIRST_32_SECOND_64(104, 128) :
- FIRST_32_SECOND_64(144, 216);
+ FIRST_32_SECOND_64(160, 216);
const unsigned struct_kernel_stat64_sz = 104;
#elif defined(__s390__) && !defined(__s390x__)
const unsigned struct_kernel_stat_sz = 64;
OpenPOWER on IntegriCloud