finished early exception vector table

This commit is contained in:
Markus Fröschle
2013-08-02 22:13:11 +00:00
parent 6ef41225b0
commit b9bb44f122

View File

@@ -941,7 +941,7 @@ void initialize_hardware(void) {
setup_vectors(); setup_vectors();
/* make sure the handlers are called */ /* make sure the handlers are called */
//* (uint32_t *) 0xC0000001 = 0x0L; // __asm__ __volatile__("dc.w 0xafff"); /* should trigger a line-A exception */
init_slt(); init_slt();
init_fbcs(); init_fbcs();