Sweden-Number/dlls/ntdll
Paul Gofman c6cd92bedd ntdll: Avoid resetting x87 FPU state when saving context.
'FNSAVE' x87 instruction resets the FPU state to default values
(like FINIT). This results in FPU state reset to default in any
ntdll call which is getting x87 FPU state, e. g. obtaining context
or raising an exception.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-04 14:49:51 +01:00
..
tests ntdll: Avoid resetting x87 FPU state when saving context. 2019-03-04 14:49:51 +01:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c ntdll: Pass async parameter to add_fd_completion server call. 2019-02-21 16:07:07 +01:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Rename attach_dlls() to LdrInitializeThunk(). 2019-02-14 17:57:09 +01:00
loadorder.c
misc.c
nt.c ntdll: Make the CPU information global. 2019-02-14 19:53:25 +01:00
ntdll.spec ntdll: Use the fastcall flag for RtlInterlockedPushListSList. 2019-02-28 21:37:29 +01:00
ntdll_misc.h ntdll: Pass async parameter to add_fd_completion server call. 2019-02-21 16:07:07 +01:00
om.c
path.c
printf.c
process.c kernel32: Allow double quote style escape in argv. 2019-03-04 13:13:29 +01:00
reg.c
relay.c ntdll: Support relay debugging of fastcall entry points. 2019-02-27 23:01:31 +01:00
resource.c
rtl.c winebuild: Use stdcall for fastcall wrappers. 2019-03-01 17:48:26 +01:00
rtlbitmap.c
rtlstr.c
sec.c
serial.c
server.c
signal_arm.c ntdll: Rename attach_dlls() to LdrInitializeThunk(). 2019-02-14 17:57:09 +01:00
signal_arm64.c ntdll: Rename attach_dlls() to LdrInitializeThunk(). 2019-02-14 17:57:09 +01:00
signal_i386.c ntdll: Avoid resetting x87 FPU state when saving context. 2019-03-04 14:49:51 +01:00
signal_powerpc.c ntdll: Rename attach_dlls() to LdrInitializeThunk(). 2019-02-14 17:57:09 +01:00
signal_x86_64.c ntdll: Rename attach_dlls() to LdrInitializeThunk(). 2019-02-14 17:57:09 +01:00
string.c
sync.c ntdll: Pass async parameter to add_fd_completion server call. 2019-02-21 16:07:07 +01:00
tape.c
thread.c
threadpool.c
time.c
version.c
version.rc
virtual.c ntdll: Remove redundant not-NULL check (coccinellery). 2019-02-22 12:27:16 +01:00
wcstring.c