1
0
Fork 0
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:
James Mintram 2021-10-11 23:52:44 +01:00 committed by Brian Gianforcaro
parent a4509ba633
commit a8e5130183
Notes: sideshowbarker 2024-07-18 02:48:09 +09:00
2 changed files with 4 additions and 7 deletions

View file

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