mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
ntdll: Correctly align the stack for odd numbers of arguments in relay traces on ARM.
This commit is contained in:
parent
c44942789c
commit
242da67082
@ -364,7 +364,8 @@ __ASM_GLOBAL_FUNC( call_entry_point,
|
||||
"cmp r3, #0\n\t"
|
||||
"beq 5f\n\t"
|
||||
"sub SP, SP, r3\n\t"
|
||||
"bic SP, SP, #15\n\t"
|
||||
"tst r1, #1\n\t"
|
||||
"subeq SP, SP, #4\n\t"
|
||||
"1:\tsub r3, r3, #4\n\t"
|
||||
"ldr r0, [r2, r3]\n\t"
|
||||
"str r0, [SP, r3]\n\t"
|
||||
|
Loading…
Reference in New Issue
Block a user