[PATCH v2] msvcrt: Call cdecl functions with empty FPU stack in _CI* functions
Nov. 27, 2017
7:29 p.m.
The FPU stack should be empty on cdecl function call. Failing to do so breaks GCC 6.4.0 -O2 optimized code. For bug #43940. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/math.c | 263 ++++++++++++++++++++++------------------------------- 1 file changed, 108 insertions(+), 155 deletions(-)
3041
Age (days ago)
3041
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban