From: richardbarry Date: Sun, 13 Aug 2006 09:27:54 +0000 (+0000) Subject: Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode. X-Git-Tag: V4.0.5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Ftags%2FV4.0.5;p=freertos Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@26 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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. */ \