Skip to content

Commit

Permalink
Kernel: Fix struct forward declared as class
Browse files Browse the repository at this point in the history
  • Loading branch information
BertalanD authored and alimpfard committed Jul 2, 2021
1 parent 842249a commit 45a82b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Arch/x86/CPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace Kernel {

class RegisterState;
struct RegisterState;
class GenericInterruptHandler;

static constexpr u32 safe_eflags_mask = 0xdff;
Expand Down

0 comments on commit 45a82b2

Please sign in to comment.