cplus-dem.c (gnu_special): Fix handling of virtual tables in anonymous namespaces.
* cplus-dem.c (gnu_special): Fix handling of virtual tables in anonymous namespaces. From-SVN: r23324
This commit is contained in:
parent
0b8054a77c
commit
224301c1b9
2 changed files with 7 additions and 2 deletions
|
@ -2097,7 +2097,6 @@ gnu_special (work, mangled, declp)
|
|||
(*mangled) += 4; /* Old style, no thunks: "_vt<CPLUS_MARKER>" */
|
||||
while (**mangled != '\0')
|
||||
{
|
||||
p = strpbrk (*mangled, cplus_markers);
|
||||
switch (**mangled)
|
||||
{
|
||||
case 'Q':
|
||||
|
@ -2130,6 +2129,7 @@ gnu_special (work, mangled, declp)
|
|||
(*mangled) += n;
|
||||
}
|
||||
|
||||
p = strpbrk (*mangled, cplus_markers);
|
||||
if (success && ((p == NULL) || (p == *mangled)))
|
||||
{
|
||||
if (p != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue