loader: Remove dead code.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
444550020a
commit
ebcac6d8f1
@ -469,10 +469,8 @@ __ASM_GLOBAL_FUNC(_start,
|
||||
"mov x0, SP\n\t"
|
||||
"sub SP, SP, #144\n\t" /* allocate some space for extra aux values */
|
||||
"str x0, [SP]\n\t" /* orig stack pointer */
|
||||
"str x30, [SP, #8]\n\t"
|
||||
"mov x0, SP\n\t" /* ptr to orig stack pointer */
|
||||
"bl wld_start\n\t"
|
||||
"ldr x30, [SP, #8]\n\t"
|
||||
"ldr x1, [SP]\n\t" /* new stack pointer */
|
||||
"mov SP, x1\n\t"
|
||||
"mov x30, x0\n\t"
|
||||
|
Loading…
x
Reference in New Issue
Block a user