http://bugs.winehq.org/show_bug.cgi?id=31269
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Ever Confirmed|0 |1
--- Comment #5 from Anastasius Focht focht@gmx.net 2012-07-23 16:34:16 CDT --- Hello,
add a test case to "test_VarDecCmp":
http://source.winehq.org/git/wine.git/blob/af3114a5c4c9d69fa34a7dec80fe4e6c3...
like this:
--- snip --- SETDEC(l,3,0,0,123456); SETDEC64(out,0,0,0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF); MATH1(VarDecCmp); EXPECT_LT; --- snip ---
(overflow in scaling), fix it and you should be fine ;-)
Regards