From fa05f3808d72abfe3856c056ac5699e978de1f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 2 Aug 2013 22:13:11 +0000 Subject: [PATCH] finished early exception vector table --- sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index 93609bb..f0738c5 100644 --- a/sources/sysinit.c +++ b/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();