mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
Kernel/aarch64: Declare TrapFrame as struct
Clang doesn't like misdeclaring classes and structs.
This commit is contained in:
parent
b7a627ab06
commit
4d475588bb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class PageDirectory;
|
|||
|
||||
class Thread;
|
||||
class Processor;
|
||||
class TrapFrame;
|
||||
struct TrapFrame;
|
||||
|
||||
// FIXME This needs to go behind some sort of platform abstraction
|
||||
// it is used between Thread and Processor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue