From b7199e59673a23d5d25b711239de9cd93cefc4f8 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sun, 13 Aug 2006 09:27:54 +0000 Subject: [PATCH] Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode. --- Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h index 295e612b5..93d6798b1 100644 --- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h +++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h @@ -231,7 +231,6 @@ extern volatile unsigned portLONG ulCriticalNesting; \ #else - #define portDISABLE_INTERRUPTS() \ #define portDISABLE_INTERRUPTS() \ asm volatile ( \ "STMDB SP!, {R0} \n\t" /* Push R0. */ \