|
[Valgrind-developers] Valgrind: r14318 -
/branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_commandline.c
From: <sv...@va...> - 2014-08-20 10:55:56
|
Author: sewardj
Date: Wed Aug 20 10:55:48 2014
New Revision: 14318
Log:
Adjust the built-in ignore-ranges.
Modified:
branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_commandline.c
Modified: branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_commandline.c
==============================================================================
--- branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_commandline.c (original)
+++ branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_commandline.c Wed Aug 20 10:55:48 2014
@@ -50,7 +50,7 @@
"--xml-user-comment=<rank>%r</rank> " \
"--error-limit=no " \
"--num-callers=20 " \
- "--ignore-ranges=0x4000000000000-0x4063000000000" \
+ "--ignore-ranges=0x4000000000000-0x4064000000000" \
",0x003fdc0000000-0x003fe00000000" \
" " \
"--suppressions=/g/g92/seward3/BGQ2014/branch38bgq-2014May21/cnk-baseline.supp " \
|