projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9c15c
)
[asan] Fix typo
author
Fangrui Song
<maskray@google.com>
Mon, 30 Jul 2018 00:25:16 +0000
(
00:25
+0000)
committer
Fangrui Song
<maskray@google.com>
Mon, 30 Jul 2018 00:25:16 +0000
(
00:25
+0000)
llvm-svn: 338225
compiler-rt/lib/asan/asan_mapping.h
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/asan/asan_mapping.h
b/compiler-rt/lib/asan/asan_mapping.h
index
3f8cc00
..
f3696da
100644
(file)
--- a/
compiler-rt/lib/asan/asan_mapping.h
+++ b/
compiler-rt/lib/asan/asan_mapping.h
@@
-122,7
+122,7
@@
// || `[0x400000000000, 0x47ffffffffff]` || LowShadow ||
// || `[0x000000000000, 0x3fffffffffff]` || LowMem ||
//
-// Shadow mapping on Ne
r
BSD/i386 with SHADOW_OFFSET == 0x40000000:
+// Shadow mapping on Ne
t
BSD/i386 with SHADOW_OFFSET == 0x40000000:
// || `[0x60000000, 0xfffff000]` || HighMem ||
// || `[0x4c000000, 0x5fffffff]` || HighShadow ||
// || `[0x48000000, 0x4bffffff]` || ShadowGap ||