OSDN Git Service

Delete flaky DCHECK
authorMathieu Chartier <mathieuc@google.com>
Tue, 10 Nov 2015 03:01:00 +0000 (19:01 -0800)
committerMathieu Chartier <mathieuc@google.com>
Tue, 10 Nov 2015 03:01:00 +0000 (19:01 -0800)
Fixes mips build

Change-Id: I738b41f09f3c926f21640e358cf0bd5557167b0e

runtime/mem_map.cc

index 9fef544..4b2ac20 100644 (file)
@@ -744,9 +744,6 @@ void* MemMap::MapInternal(void* addr,
                           off_t offset,
                           bool low_4gb) {
 #ifdef __LP64__
-#ifndef __APPLE__
-  DCHECK_EQ(flags & MAP_32BIT, 0);
-#endif
   // When requesting low_4g memory and having an expectation, the requested range should fit into
   // 4GB.
   if (low_4gb && (