Revision f8e2af11

b/exec.c
94 94
#define code_gen_section                                \
95 95
    __attribute__((__section__(".gen_code")))           \
96 96
    __attribute__((aligned (32)))
97
#elif defined(_WIN32)
98
/* Maximum alignment for Win32 is 16. */
99
#define code_gen_section                                \
100
    __attribute__((aligned (16)))
97 101
#else
98 102
#define code_gen_section                                \
99 103
    __attribute__((aligned (32)))

Also available in: Unified diff