7 Jun
2012
7 Jun
'12
5:18 p.m.
http://bugs.winehq.org/show_bug.cgi?id=30849 --- Comment #59 from Erich Hoover <ehoover(a)mines.edu> 2012-06-07 12:18:19 CDT --- (In reply to comment #58)
... info->HighestUserAddress = (char*)min((char *)user_space_limit, 0xc0000000)-1;
Bah, hasty typing: info->HighestUserAddress = (char*)min((int)user_space_limit, 0xc0000000)-1; -- 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.