Add unreachable builtin
This commit is contained in:
parent
b371d7d46a
commit
9c67a5f40a
|
@ -42,6 +42,7 @@ namespace JabyEngine {
|
||||||
|
|
||||||
Interrupt::ack_irq(Interrupt::VBlank);
|
Interrupt::ack_irq(Interrupt::VBlank);
|
||||||
Callback::internal::VSync::execute();
|
Callback::internal::VSync::execute();
|
||||||
|
__builtin_unreachable();
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t Display :: exchange_buffer_and_display() {
|
uint32_t Display :: exchange_buffer_and_display() {
|
||||||
|
|
Loading…
Reference in New Issue