mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Kernel: Fix declaration for struct TrapFrame
This is declared as a struct elsewhere.
This commit is contained in:
parent
324f72d02b
commit
10ca7f18a7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class SchedulerPerProcessorData;
|
|||
struct MemoryManagerData;
|
||||
struct ProcessorMessageEntry;
|
||||
|
||||
class TrapFrame;
|
||||
struct TrapFrame;
|
||||
class ProcessorInfo;
|
||||
|
||||
struct [[gnu::aligned(16)]] FPUState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue