diff --git a/BaS_gcc/sources/sysinit.c b/BaS_gcc/sources/sysinit.c index 93609bb..f0738c5 100644 --- a/BaS_gcc/sources/sysinit.c +++ b/BaS_gcc/sources/sysinit.c @@ -941,7 +941,7 @@ void initialize_hardware(void) { setup_vectors(); /* make sure the handlers are called */ - //* (uint32_t *) 0xC0000001 = 0x0L; + // __asm__ __volatile__("dc.w 0xafff"); /* should trigger a line-A exception */ init_slt(); init_fbcs();