ntdll-call_thread_func_wrapper: Fix stack alignment.

This commit is contained in:
Sebastian Lackner 2016-02-28 02:57:55 +01:00
parent 316709e2e8
commit c7e3487afa

View File

@ -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"