We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4588d commit dfd9285Copy full SHA for dfd9285
compiler-rt/lib/sanitizer_common/sanitizer_platform.h
@@ -320,7 +320,7 @@
320
321
// The first address that can be returned by mmap.
322
#if SANITIZER_AIX && SANITIZER_WORDSIZE == 64
323
-# define SANITIZER_MMAP_BEGIN 0x0a00000000000000ULL
+# define SANITIZER_MMAP_BEGIN 0x0a00'0000'0000'0000ULL
324
#else
325
# define SANITIZER_MMAP_BEGIN 0
326
#endif
0 commit comments