From b06c34c8841ea9d648230f20409a66d56ebe49f2 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 30 May 2016 10:06:25 +0000 Subject: fix previous commit: add data_object_section_align_p2 for MACH_O64, because data_object doesn't exist --- cgaas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgaas.c b/cgaas.c index 2804cf6..9d233c2 100644 --- a/cgaas.c +++ b/cgaas.c @@ -6362,7 +6362,7 @@ static void write_file_header_and_section_headers (void) write_q (data_section_begin); write_q (data_buffer_offset); write_l (text_section_offset+code_buffer_offset); - write_l (data_object_label->object_section_align_p2); + write_l (data_object_section_align_p2); write_l (text_section_relocation_offset+8*n_code_relocations); write_l (n_data_relocations); write_l (S_REGULAR); -- cgit v1.2.3