]> git.proxmox.com Git - qemu.git/commit - exec.c
tcg: align static_code_gen_buffer to CODE_GEN_ALIGN
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 29 Mar 2010 00:12:51 +0000 (02:12 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 1 Apr 2010 19:51:59 +0000 (21:51 +0200)
commitebf50fb3b948ed2ef0c5802f8721044b78896427
treec76442332ce2a3f3516c2e6e2d3f970679ab5d89
parent903ec55cc00d0bf65573ae0b185e9b8c3593f930
tcg: align static_code_gen_buffer to CODE_GEN_ALIGN

On ia64, the default memory alignement is not enough for a code
alignement. To fix that, force static_code_gen_buffer alignment
to CODE_GEN_ALIGN.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec.c