mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +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: https://github.com/SerenityOS/serenity/commit/113a95e9e16 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 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…
Reference in a new issue