mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Add VERIFY_NOT_REACHED to the aarch64 handle_crash function
This commit is contained in:
parent
d014c0501d
commit
e98ea8a977
Notes:
sideshowbarker
2024-07-17 14:26:05 +09:00
Author: https://github.com/jamesmintram Commit: https://github.com/SerenityOS/serenity/commit/e98ea8a977 Pull-request: https://github.com/SerenityOS/serenity/pull/13513
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ namespace Kernel {
|
|||
|
||||
void handle_crash(Kernel::RegisterState const&, char const*, int, bool)
|
||||
{
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue