23 Apr
2013
23 Apr
'13
3:22 a.m.
http://bugs.winehq.org/show_bug.cgi?id=33307 --- Comment #25 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2013-04-22 22:22:16 CDT --- This code works too: 964: memcpy_unaligned( buffer, DIR_Windows, len * sizeof(WCHAR) ); 965: memcpy( buffer + len, default_syswow64W, sizeof(default_syswow64W) ); 966: DIR_SysWow64 = buffer; It seems gcc incorrectly optimizes bulk of memcpy() function calls one after another, not just single memcpy(). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.