mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12490
This commit is contained in:
parent
e0132afaaa
commit
0d2d5abd60
@ -2661,7 +2661,7 @@ static void parse_type_DIE ( /*MOD*/XArray* /* of TyEnt */ tyents,
|
||||
boundE.cuOff = posn;
|
||||
vg_assert(parser->qparentE[parser->sp].Te.TyArray.boundRs);
|
||||
VG_(addToXA)( parser->qparentE[parser->sp].Te.TyArray.boundRs,
|
||||
&boundE );
|
||||
&boundE.cuOff );
|
||||
/* And record the child itself */
|
||||
goto acquire_Bound;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user