mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 20:58:16 +00:00
Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]]
This commit is contained in:
parent
df43e09433
commit
113a95e9e1
Notes:
sideshowbarker
2024-07-19 06:37:35 +09:00
Author: https://github.com/shannonbooth
Commit: 113a95e9e1
Pull-request: https://github.com/SerenityOS/serenity/pull/2244
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public:
|
||||||
|
|
||||||
virtual void handle_interrupt(const RegisterState&) override;
|
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 HandlerType type() const override { return HandlerType::UnhandledInterruptHandler; }
|
||||||
virtual const char* purpose() const override { return "Unhandled Interrupt Handler"; }
|
virtual const char* purpose() const override { return "Unhandled Interrupt Handler"; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue