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:
André Hentschel 2017-11-15 23:31:51 +01:00 committed by Alexandre Julliard
parent 444550020a
commit ebcac6d8f1
1 changed files with 0 additions and 2 deletions

View File

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