vxKernel/src/driver/mpu/sh/sh7305/intc/tlbh_panic.c

9 lines
152 B
C

extern void sh7305_intc_exch_panic(void);
void sh7305_intc_tlbh_panic(void)
{
sh7305_intc_exch_panic();
while (1) { __asm__ volatile ("sleep"); }
}