24 Feb
2010
24 Feb
'10
5:06 a.m.
Reece Dunn <msclrhd(a)googlemail.com> writes:
NOTE: A check for integer overflow would be `position.low + move.low < position.low`, but there are no current tests to say if integer overflow is handled (and how it is handled) here in the tests. Therefore, the simplest implementation is just to remove the previous check.
It may be the simplest, but the right way is to add such a test and figure out the appropriate behavior. -- Alexandre Julliard julliard(a)winehq.org