1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09: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
Notes: sideshowbarker 2024-07-17 00:21:58 +09:00

View file

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