1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:38:10 +00: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
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>