ntdll: Use 32-bit stack in alloc_fs_sel().

Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Brendan Shanks 2022-05-17 13:50:24 -07:00 committed by Alexandre Julliard
parent 24a4b8caf1
commit 57c04fd07c
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ __ASM_GLOBAL_FUNC( alloc_fs_sel,
"pushq %rbx\n\t"
"pushq %rdi\n\t"
"movq %rsp,%rdi\n\t"
"movq %gs:0x8,%rsp\n\t" /* NtCurrentTeb()->Tib.StackBase */
"movl 0x4(%rdx),%esp\n\t" /* Tib.StackBase */
"subl $0x10,%esp\n\t"
/* setup modify_ldt struct on 32-bit stack */
"movl %ecx,(%rsp)\n\t" /* entry_number */