Revision b8076a74 exec.c

b/exec.c
58 58
/* any access to the tbs or the page table must use this lock */
59 59
spinlock_t tb_lock = SPIN_LOCK_UNLOCKED;
60 60

  
61
uint8_t code_gen_buffer[CODE_GEN_BUFFER_SIZE];
61
uint8_t code_gen_buffer[CODE_GEN_BUFFER_SIZE] __attribute__((aligned (32)));
62 62
uint8_t *code_gen_ptr;
63 63

  
64 64
int phys_ram_size;

Also available in: Unified diff