Revision 8fcd3692 exec.c

b/exec.c
386 386
static uint8_t static_code_gen_buffer[DEFAULT_CODE_GEN_BUFFER_SIZE];
387 387
#endif
388 388

  
389
void code_gen_alloc(unsigned long tb_size)
389
static void code_gen_alloc(unsigned long tb_size)
390 390
{
391 391
#ifdef USE_STATIC_CODE_GEN_BUFFER
392 392
    code_gen_buffer = static_code_gen_buffer;

Also available in: Unified diff