-
f043cb09
by Alexandre Julliard at 2025-08-27T14:45:15+02:00
winedump: Remove const from a member that is written to.
Fixes a clang warning.
-
cad4167c
by Alexandre Julliard at 2025-08-27T16:19:39+02:00
kernel32/tests: Clear FPU status flags before checking control word.
-
cc72bece
by Alexandre Julliard at 2025-08-27T16:23:12+02:00
ntdll/tests: Also test mxcsr register in user callbacks.
-
bee19cd6
by Alexandre Julliard at 2025-08-27T16:47:18+02:00
ntdll/tests: Use a direct syscall to test xmm registers.
They may be modified in the kernel32 wrapper.