1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:57:34 +00:00

LibELF: Implement _invoke_entry for aarch64

This commit is contained in:
Timon Kruiper 2023-01-31 09:56:31 +01:00 committed by Jelle Raaijmakers
parent ed3be5b7f5
commit 00c21c5424

View file

@ -1,5 +1,6 @@
/* /*
* Copyright (c) 2021, Nico Weber <thakis@chromium.org> * Copyright (c) 2021, Nico Weber <thakis@chromium.org>
* Copyright (c) 2023, Timon Kruiper <timonkruiper@gmail.com>
* *
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
@ -8,5 +9,4 @@
.hidden _invoke_entry .hidden _invoke_entry
.type _invoke_entry,@function .type _invoke_entry,@function
_invoke_entry: # (argc, argv, envp, entry) _invoke_entry: # (argc, argv, envp, entry)
# FIXME: Possibly incomplete. br x3
ret