Commit 14b5207e by Jakub Jelinek

Fix up last commit.

From-SVN: r182849
parent c067f6cf
...@@ -20903,10 +20903,7 @@ output_macinfo (void) ...@@ -20903,10 +20903,7 @@ output_macinfo (void)
break; break;
case DW_MACINFO_end_file: case DW_MACINFO_end_file:
if (!VEC_empty (macinfo_entry, files)) if (!VEC_empty (macinfo_entry, files))
{ VEC_pop (macinfo_entry, files);
macinfo_entry *file = VEC_last (macinfo_entry, files);
VEC_pop (macinfo_entry, files);
}
break; break;
case DW_MACINFO_define: case DW_MACINFO_define:
case DW_MACINFO_undef: case DW_MACINFO_undef:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment