mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
ntdll-call_thread_func_wrapper: Fix stack alignment.
This commit is contained in:
parent
316709e2e8
commit
c7e3487afa
@ -16,7 +16,7 @@ index 59dca6c..cf3611d 100644
|
||||
"movl %esp,%ebp\n\t"
|
||||
__ASM_CFI(".cfi_def_cfa_register %ebp\n\t")
|
||||
- "subl $4,%esp\n\t"
|
||||
+ "subl $24,%esp\n\t"
|
||||
+ "subl $20,%esp\n\t"
|
||||
"pushl 12(%ebp)\n\t"
|
||||
"call *8(%ebp)\n\t"
|
||||
"leal -4(%ebp),%esp\n\t"
|
||||
|
Loading…
Reference in New Issue
Block a user