Mercurial > ecos
diff packages/hal/arm/arch/current/src/vectors.S @ 946:b4d06891fe1a
Fix a thumb build problem, and switch to arm-elf-gcc -mthumb rather
than thumb-elf-gcc
| author | bartv |
|---|---|
| date | Tue, 15 Apr 2003 10:14:54 +0000 |
| parents | e17d1cf55283 |
| children | 802a526cd4ac |
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/vectors.S +++ b/packages/hal/arm/arch/current/src/vectors.S @@ -463,7 +463,8 @@ 2: // This starts up the eCos kernel #ifdef CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK - ldr sp,.__startup_stack + ldr r1,=__startup_stack + mov sp,r1 #endif bl cyg_start _start_hang:
