[MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.

Reviewed by eugenis
Differential: D22994

llvm-svn: 278795
This commit is contained in:
Sagar Thakur 2016-08-16 12:55:38 +00:00
parent cc316f013a
commit e311740bde
1 changed files with 2 additions and 2 deletions

View File

@ -242,8 +242,8 @@ static const MemoryMapParams Linux_X86_64_MemoryMapParams = {
// mips64 Linux
static const MemoryMapParams Linux_MIPS64_MemoryMapParams = {
0x004000000000, // AndMask
0, // XorMask (not used)
0, // AndMask (not used)
0x008000000000, // XorMask
0, // ShadowBase (not used)
0x002000000000, // OriginBase
};