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
commit 85b453c2e4
Notes: sideshowbarker 2024-07-17 14:33:07 +09:00
18 changed files with 47 additions and 124 deletions

View file

@ -11,7 +11,7 @@
#include <AK/Platform.h>
#include <AK/StringBuilder.h>
#include <AK/Try.h>
#include <LibC/sys/arch/i386/regs.h>
#include <LibC/sys/arch/regs.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/System.h>
#include <LibDebug/DebugInfo.h>