-
9cf835d3
by Alexandre Julliard at 2025-05-17T16:20:01+02:00
configure: Correctly override DLLEXT for ARM builds.
Fixes a regression from 013ec6e652ca1bc94b4bdefd8c577d15857bef68.
-
8f2a839e
by Alexandre Julliard at 2025-05-18T12:13:28+02:00
include: Output the name label directly in the __ASM_GLOBL macro.
-
8c5a8600
by Alexandre Julliard at 2025-05-18T12:13:28+02:00
include: Add a macro to define a pointer variable in assembly.
-
75aaa0f9
by Alexandre Julliard at 2025-05-19T13:26:46+02:00
ntdll: Call the syscall dispatcher from assembly on thread init.
-
7fe2993c
by Alexandre Julliard at 2025-05-19T13:44:35+02:00
ntdll: Set registers directly when calling __wine_syscall_dispatcher_return() on syscall fault.
-
3b3701da
by Alexandre Julliard at 2025-05-19T13:44:48+02:00
ntdll: Use %r13 to store the TEB in the syscall dispatcher.