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:
parent
ed3be5b7f5
commit
00c21c5424
Notes:
sideshowbarker
2024-07-17 00:21:58 +09:00
Author: https://github.com/FireFox317
Commit: 00c21c5424
Pull-request: https://github.com/SerenityOS/serenity/pull/17258
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/nico ✅
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue