mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-12 02:30:30 +09:00
Kernel: Pass RegisterState by ref to event buffer
This commit is contained in:
parent
a4509ba633
commit
a8e5130183
Notes:
sideshowbarker
2024-07-18 02:48:09 +09:00
Author: https://github.com/jamesmintram
Commit: a8e5130183
Pull-request: https://github.com/SerenityOS/serenity/pull/10447
2 changed files with 4 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
#include <AK/JsonArraySerializer.h>
|
||||
#include <AK/JsonObjectSerializer.h>
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <Kernel/Arch/x86/SmapDisabler.h>
|
||||
#include <Kernel/Arch/x86/RegisterState.h>
|
||||
#include <Kernel/Arch/x86/SmapDisabler.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
#include <Kernel/KBufferBuilder.h>
|
||||
#include <Kernel/PerformanceEventBuffer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue