Add unreachable builtin

This commit is contained in:
jaby 2024-05-21 21:34:45 +02:00
parent e3c4bf1fc0
commit 0c6f1c139a
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() {