mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]]
This commit is contained in:
parent
df43e09433
commit
113a95e9e1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public:
|
|||
|
||||
virtual void handle_interrupt(const RegisterState&) override;
|
||||
|
||||
virtual bool eoi() override;
|
||||
[[noreturn]] virtual bool eoi() override;
|
||||
|
||||
virtual HandlerType type() const override { return HandlerType::UnhandledInterruptHandler; }
|
||||
virtual const char* purpose() const override { return "Unhandled Interrupt Handler"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue