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:
parent
ed3be5b7f5
commit
00c21c5424
1 changed files with 2 additions and 2 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue