mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Kernel: Add cross platform RegisterState header and Aarch64 version
A new RegisterState header includes the platform specific RegisterState header based on the platform being compiled. The Aarch64 RegisterState header contains stubs for Debug
This commit is contained in:
parent
0fbeac6011
commit
dfe4810c3a
Notes:
sideshowbarker
2024-07-18 02:19:57 +09:00
Author: https://github.com/jamesmintram
Commit: dfe4810c3a
Pull-request: https://github.com/SerenityOS/serenity/pull/10475
Reviewed-by: https://github.com/linusg ✅
9 changed files with 34 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Kernel/Arch/x86/RegisterState.h>
|
||||
#include <Kernel/Arch/RegisterState.h>
|
||||
#include <Kernel/ThreadTracer.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue