]> git.proxmox.com Git - qemu.git/blobdiff - exec.c
ia64 host support (David Mosberger)
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index 8fe166bb0b6b78eff05cca83392a97ac5396192a..264775e1e5d5a719d4a3ec867eaae0529c395859 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -58,7 +58,7 @@ int nb_tbs;
 /* any access to the tbs or the page table must use this lock */
 spinlock_t tb_lock = SPIN_LOCK_UNLOCKED;
 
-uint8_t code_gen_buffer[CODE_GEN_BUFFER_SIZE];
+uint8_t code_gen_buffer[CODE_GEN_BUFFER_SIZE] __attribute__((aligned (32)));
 uint8_t *code_gen_ptr;
 
 int phys_ram_size;