Fix typo/thinko in last change.

* dw2gencfi.c (output_cie): Add missing semicolon in last
	change.
This commit is contained in:
Jeff Law 2018-12-13 15:45:24 -07:00
parent 64fdde094a
commit c68033869a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-12-13 Jeff Law <law@redhat.com>
* dw2gencfi.c (output_cie): Add missing semicolon in last
change.
2018-12-13 Sam Tebbs <sam.tebbs@arm.com>
* config/tc-aarch64.h (enum pointer_auth_key,

View File

@ -1863,7 +1863,7 @@ output_cie (struct cie_entry *cie, bfd_boolean eh_frame, int align)
out_one ('L');
out_one ('R');
#ifdef tc_output_cie_extra
tc_output_cie_extra (cie)
tc_output_cie_extra (cie);
#endif
}
if (cie->signal_frame)