1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:47:47 +00:00

Kernel+Userland: Remove dependency on i386-specific registers

This commit is contained in:
Liav A 2022-10-04 05:39:57 +03:00 committed by Andreas Kling
parent 445b5e1e94
commit 85b453c2e4
18 changed files with 47 additions and 124 deletions

View file

@ -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 {