mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Kernel+Userland: Remove dependency on i386-specific registers
This commit is contained in:
parent
445b5e1e94
commit
85b453c2e4
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/supercomputer7
Commit: 85b453c2e4
Pull-request: https://github.com/SerenityOS/serenity/pull/15467
Issue: https://github.com/SerenityOS/serenity/issues/15444
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/fuel-pcbox
18 changed files with 47 additions and 124 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <LibGUI/Model.h>
|
||||
#include <LibGUI/TreeView.h>
|
||||
#include <sys/arch/i386/regs.h>
|
||||
#include <sys/arch/regs.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue