mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
LibC: Include aarch64 regs.h for AK_ARCH_AARCH64
Looks like this got mangled in the i686 removal.
This commit is contained in:
parent
25171e310b
commit
21622880cd
Notes:
sideshowbarker
2024-07-17 02:55:44 +09:00
Author: https://github.com/ADKaster
Commit: 21622880cd
Pull-request: https://github.com/SerenityOS/serenity/pull/16749
1 changed files with 2 additions and 0 deletions
|
@ -10,4 +10,6 @@
|
|||
|
||||
#if ARCH(X86_64)
|
||||
# include "x86_64/regs.h"
|
||||
#elif ARCH(AARCH64)
|
||||
# include "aarch64/regs.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue