mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64
This makes it easier to differentiate between cases where certain functionality is not implemented vs. cases where a code location should really be unreachable.
This commit is contained in:
parent
9f3de0be6a
commit
dfee6f73d2
10 changed files with 50 additions and 49 deletions
|
@ -158,7 +158,7 @@ extern "C" [[noreturn]] void init()
|
|||
for (;;)
|
||||
asm volatile("wfi");
|
||||
|
||||
VERIFY_NOT_REACHED();
|
||||
TODO_AARCH64();
|
||||
}
|
||||
|
||||
class QueryFirmwareVersionMboxMessage : RPi::Mailbox::Message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue