Add unreachable builtin

This commit is contained in:
Jaby 2024-05-21 21:34:45 +02:00 committed by Jaby
parent d057ba8643
commit 5fac8b2c52
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() {