Fix up last commit.
From-SVN: r182849
This commit is contained in:
parent
c067f6cfb3
commit
14b5207eb8
1 changed files with 1 additions and 4 deletions
|
@ -20903,10 +20903,7 @@ output_macinfo (void)
|
|||
break;
|
||||
case DW_MACINFO_end_file:
|
||||
if (!VEC_empty (macinfo_entry, files))
|
||||
{
|
||||
macinfo_entry *file = VEC_last (macinfo_entry, files);
|
||||
VEC_pop (macinfo_entry, files);
|
||||
}
|
||||
VEC_pop (macinfo_entry, files);
|
||||
break;
|
||||
case DW_MACINFO_define:
|
||||
case DW_MACINFO_undef:
|
||||
|
|
Loading…
Add table
Reference in a new issue