http://bugs.winehq.org/show_bug.cgi?id=2778
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2005-27-10 13:15 ------- btw, i'll attach output of .s file of the simple "hello world" program, as there is a difference now between them. O1.s is hello world compiled with -O1 flag, O2.s is compiled with -O2 flag. There was no difference between the *.i files. # diff O1.s O2.s 5a6
.p2align 2,,3
16c17 < movl $0, %eax ---
xorl %eax, %eax