http://bugs.winehq.org/show_bug.cgi?id=13342 Summary: Winedbg doesn't handle longlong's well Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: dbghelp AssignedTo: wine-bugs(a)winehq.org ReportedBy: m.b.lankhorst(a)gmail.com Created an attachment (id=13228) --> (http://bugs.winehq.org/attachment.cgi?id=13228) Test program A simple test function that passes LONGLONG's as arguments and is compiled with mingw gets parsed incorrectly by the winedbg. i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs -W will result in having 0xef found as argument i586-mingw32msvc-gcc test.c -g -O0 -Wall -Werror -gstabs+ -W will result in thinking 0xbeefbeef is passed '0xbeefbeef' as argument -- 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.