Revision ebf50fb3 exec.c

b/exec.c
498 498
#endif
499 499

  
500 500
#ifdef USE_STATIC_CODE_GEN_BUFFER
501
static uint8_t static_code_gen_buffer[DEFAULT_CODE_GEN_BUFFER_SIZE];
501
static uint8_t static_code_gen_buffer[DEFAULT_CODE_GEN_BUFFER_SIZE]
502
               __attribute__((aligned (CODE_GEN_ALIGN)));
502 503
#endif
503 504

  
504 505
static void code_gen_alloc(unsigned long tb_size)

Also available in: Unified diff