mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Fix declaration for struct TrapFrame
This is declared as a struct elsewhere.
This commit is contained in:
parent
324f72d02b
commit
10ca7f18a7
Notes:
sideshowbarker
2024-07-18 11:27:34 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/10ca7f18a7e Pull-request: https://github.com/SerenityOS/serenity/pull/8269 Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/IdanHo
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…
Reference in a new issue