Blame valgrind-3.7.0-addToXA.patch
|
Jakub Jelinek |
b750ff |
--- valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12489)
|
|
Jakub Jelinek |
b750ff |
+++ valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12490)
|
|
Jakub Jelinek |
b750ff |
@@ -2661,7 +2661,7 @@ static void parse_type_DIE ( /*MOD*/XArr
|
|
Jakub Jelinek |
b750ff |
boundE.cuOff = posn;
|
|
Jakub Jelinek |
b750ff |
vg_assert(parser->qparentE[parser->sp].Te.TyArray.boundRs);
|
|
Jakub Jelinek |
b750ff |
VG_(addToXA)( parser->qparentE[parser->sp].Te.TyArray.boundRs,
|
|
Jakub Jelinek |
b750ff |
- &boundE );
|
|
Jakub Jelinek |
b750ff |
+ &boundE.cuOff );
|
|
Jakub Jelinek |
b750ff |
/* And record the child itself */
|
|
Jakub Jelinek |
b750ff |
goto acquire_Bound;
|
|
Jakub Jelinek |
b750ff |
}
|