msvcrt: Call cdecl functions with empty FPU stack in _CI* functions.
commitee33d38c5041a8293c64257801572d1c742b0aba
authorPiotr Caban <piotr@codeweavers.com>
Mon, 27 Nov 2017 19:29:44 +0000 (27 20:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Nov 2017 12:02:07 +0000 (28 13:02 +0100)
tree7c22018f6ce792421e776496ed43b99752761ad0
parenta7ba4565878913b4497c5082b730c3ae34a9947c
msvcrt: Call cdecl functions with empty FPU stack in _CI* functions.

The FPU stack should be empty on cdecl function call. Failing to do so
breaks GCC 6.4.0 -O2 optimized code.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/math.c