commit cdb79d0f7c775805b97d2a91d387a74dfc71a9d2 parent 98ec114e71df484f4e285be31be9569a6090b44a Author: Drew DeVault <sir@cmpwn.com> Date: Sat, 11 Jun 2022 10:01:16 +0200 aarch64: fix startup code Diffstat:
M | rt/+linux/start+aarch64.s | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/rt/+linux/start+aarch64.s b/rt/+linux/start+aarch64.s @@ -5,5 +5,4 @@ _start: mov x30, #0 mov x0, sp add sp, x0, #-16 - and sp, sp, #-16 b rt.start_ha