From 9d95345fd750466563a0fd95a35ab20e425018b9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 21 Feb 2008 15:10:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@199 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7-LPC214x/GCC/chcore.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ports/ARM7-LPC214x') diff --git a/ports/ARM7-LPC214x/GCC/chcore.h b/ports/ARM7-LPC214x/GCC/chcore.h index 75392b6b9..8f3e7f4be 100644 --- a/ports/ARM7-LPC214x/GCC/chcore.h +++ b/ports/ARM7-LPC214x/GCC/chcore.h @@ -103,7 +103,6 @@ extern void chSysUnlock(void); } #define chSysIRQExitI() { \ - VICVectAddr = 0; \ asm("ldr r0, =IrqCommon \n\t" \ "bx r0 \n\t"); \ } -- cgit v1.2.3