Add unreachable builtin

This commit is contained in:
Jaby 2024-05-21 21:34:45 +02:00 committed by Jaby
parent ecf10bf61f
commit d078ba11bc
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ namespace JabyEngine {
Interrupt::ack_irq(Interrupt::VBlank);
Callback::internal::VSync::execute();
__builtin_unreachable();
}
uint32_t Display :: exchange_buffer_and_display() {