summaryrefslogtreecommitdiff
path: root/lib
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
commite80e955171a57aa3be9a9d03404a7e9652b8a78d (patch)
tree4cdca2da556f308ce48d004e04299f9a499465fd /lib
parentefd746c9a96411e02fa96426dfdb25cae807aadd (diff)
[Compiler-rt][MIPS] Fix assert introduce with commit rl301171.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@301307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/sanitizer_common/sanitizer_platform_limits_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/lib/sanitizer_common/sanitizer_platform_limits_posix.h
index c2d9f2cd3..c6f6a2115 100644
--- a/lib/sanitizer_common/sanitizer_platform_limits_posix.h
+++ b/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;