diff options
Diffstat (limited to 'bfd/mach-o-x86-64.c')
-rw-r--r-- | bfd/mach-o-x86-64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/mach-o-x86-64.c b/bfd/mach-o-x86-64.c index fdc6558..9a6b58b 100644 --- a/bfd/mach-o-x86-64.c +++ b/bfd/mach-o-x86-64.c @@ -29,13 +29,13 @@ #define bfd_mach_o_core_p bfd_mach_o_x86_64_core_p #define bfd_mach_o_mkobject bfd_mach_o_x86_64_mkobject -static const bfd_target * +static bfd_cleanup bfd_mach_o_x86_64_object_p (bfd *abfd) { return bfd_mach_o_header_p (abfd, 0, 0, BFD_MACH_O_CPU_TYPE_X86_64); } -static const bfd_target * +static bfd_cleanup bfd_mach_o_x86_64_core_p (bfd *abfd) { return bfd_mach_o_header_p (abfd, 0, |