mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 04:18:14 +00:00
Kernel: Add VERIFY_NOT_REACHED to the aarch64 handle_crash function
This commit is contained in:
parent
d014c0501d
commit
e98ea8a977
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…
Add table
Add a link
Reference in a new issue