mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:37:45 +00:00
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
This commit is contained in:
parent
dadf656dc9
commit
808c43312d
4 changed files with 25 additions and 0 deletions
|
@ -17,3 +17,10 @@ _longjmp:
|
|||
longjmp:
|
||||
# FIXME: Possibly incomplete.
|
||||
ret
|
||||
|
||||
.global _sigsetjmp
|
||||
.global sigsetjmp
|
||||
_sigsetjmp:
|
||||
sigsetjmp:
|
||||
# FIXME: Possibly incomplete.
|
||||
ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue