commit | f8e2af11d9aa402fedec9a604b0e952c02601889 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Thu Jun 18 23:04:48 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 22 10:15:31 2009 -0500 |
tree | 9afbc687c9c6031f51ac7d1970fdcf108ad0d2d5 | |
parent | 8c01c95aa72a1b31ec2f70f93eb513e730b922fd [diff] |
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>