diff options
Diffstat (limited to 'gcc/asan.h')
-rw-r--r-- | gcc/asan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/asan.h b/gcc/asan.h index 699820b852c..0d9ab8b77a6 100644 --- a/gcc/asan.h +++ b/gcc/asan.h @@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see extern void asan_finish_file(void); /* Shadow memory is found at - (address >> ASAN_SHADOW_SHIFT) | targetm.asan_shadow_offset (). */ + (address >> ASAN_SHADOW_SHIFT) + targetm.asan_shadow_offset (). */ #define ASAN_SHADOW_SHIFT 3 #endif /* TREE_ASAN */ |