From 9cec90dad38e943b713e66142dcae04378a2497e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 30 May 2016 13:40:39 +0000 Subject: also align virtual data section begin address --- cgaas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgaas.c b/cgaas.c index e1fe2ca..9469e98 100644 --- a/cgaas.c +++ b/cgaas.c @@ -8196,7 +8196,7 @@ void assemble_code (void) #endif #ifdef G_MACH_O64 - data_section_begin = (code_buffer_offset+7) & -8; + data_section_begin = (code_buffer_offset+((1<