mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-29 00:44:13 +01:00
7 lines
155 B
C
7 lines
155 B
C
|
#include "exception_regs.h"
|
||
|
|
||
|
|
||
|
void exception_interrupt_handler (uint32_t exception_code, uint32_t interrupt_mask, exception_t *e) {
|
||
|
while (1);
|
||
|
}
|