Mercurial > nand-ecoscentric
diff packages/hal/arm/arch/current/src/vectors.S @ 6:d376b777e2ce ecos-sw-1999-05-14
Merge from eCos master repository on 1999-05-14-19:27:43-BST
| author | jlarmour |
|---|---|
| date | Fri, 14 May 1999 12:20:00 +0000 |
| parents | 1d7f19c9e4d1 |
| children | ece80412419a |
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/vectors.S +++ b/packages/hal/arm/arch/current/src/vectors.S @@ -48,6 +48,7 @@ #include <pkgconf/kernel.h> #else # undef CYGFUN_HAL_COMMON_KERNEL_SUPPORT +# undef CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK #endif #include <cyg/hal/hal_platform_setup.h> @@ -216,8 +217,7 @@ 2: mov r0,#0 cmp r1,r2 beq 2f - sub r1,r1,#4 -1: str r0,[r1,#4]! +1: str r0,[r1],#4 cmp r1,r2 bne 1b 2:
