From 80085defb83e4f2ce098c8bc00c82d1e14998c71 Mon Sep 17 00:00:00 2001 From: Renlin Li Date: Tue, 11 Nov 2014 15:02:02 +0000 Subject: [AArch64] End frame record chain correctly. --- sysdeps/aarch64/start.S | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/aarch64/start.S b/sysdeps/aarch64/start.S index 35d603ae9e..69b45eac44 100644 --- a/sysdeps/aarch64/start.S +++ b/sysdeps/aarch64/start.S @@ -47,7 +47,6 @@ _start: /* Create an initial frame with 0 LR and FP */ mov x29, #0 mov x30, #0 - mov x29, sp /* Setup rtld_fini in argument register */ mov x5, x0 -- cgit 1.4.1