wine/dlls/msvcrt
Piotr Caban ee33d38c50 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>
2017-11-28 13:02:07 +01:00
..
tests msvcrt: Fix write() behaviour on "no console" file descriptors. 2017-11-15 10:50:22 +01:00
console.c
cpp.c
cppexcept.h
ctype.c
cxx.h
data.c
dir.c
environ.c
errno.c
except.c
except_arm.c msvcrt: Back up and restore the FPU state in setjmp/longjmp on ARM. 2017-11-02 10:54:05 +01:00
except_arm64.c
except_i386.c
except_x86_64.c
exit.c msvcrt: Added _get_purecall_handler(). 2017-11-24 20:23:25 +01:00
file.c msvcrt: Fix write() behaviour on "no console" file descriptors. 2017-11-15 10:50:22 +01:00
heap.c
locale.c
lock.c
main.c
Makefile.in
math.c msvcrt: Call cdecl functions with empty FPU stack in _CI* functions. 2017-11-28 13:02:07 +01:00
mbcs.c
misc.c
msvcrt.h msvcrt: Fix IO initialization when invalid handles are passed. 2017-11-15 10:50:10 +01:00
msvcrt.spec msvcrt: Implement _memicmp_l(). 2017-11-08 20:21:10 +01:00
mtdll.h
printf.h
process.c
rsrc.rc
scanf.c
scanf.h
scheduler.c
string.c msvcrt: Implement _memicmp_l(). 2017-11-08 20:21:10 +01:00
thread.c
time.c
undname.c
wcs.c ucrtbase: Always return the full string length in __stdio_common_vs[w]printf for a NULL buffer. 2017-11-17 15:42:00 +01:00