]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
Win32: Reduce section alignment for Windows.
authorStefan Weil <weil@mail.berlios.de>
Thu, 18 Jun 2009 21:04:48 +0000 (23:04 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Jun 2009 15:15:31 +0000 (10:15 -0500)
commitf8e2af11d9aa402fedec9a604b0e952c02601889
tree9afbc687c9c6031f51ac7d1970fdcf108ad0d2d5
parent8c01c95aa72a1b31ec2f70f93eb513e730b922fd
Win32: Reduce section alignment for Windows.

Maximum alignment for Win32 is 16, so don't try
to set it to 32. Otherwise the compiler complains:

exec.c:102: warning: alignment of 'code_gen_prologue'
is greater than maximum object file alignment.  Using 16

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
exec.c