You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
ntdll-call_thread_func_wrapper: Fix stack alignment.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user