From b9bb44f1222caea3b8484ef2a2d325941ac21d7f 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 --- BaS_gcc/sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();