X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fhw%2Fvectors_lpc2.S;h=71d700b841e61140665c857417d4ebeb4b51224e;hb=41d14f76b5f57cce434048251df63eb6bbdb1df0;hp=e3835ffaf102f8d3dc3843cde0fa6c7c7cb6922a;hpb=4e70f78a179829a8b3bb841be0c44aaca23d8bea;p=bertos.git diff --git a/bertos/cpu/arm/hw/vectors_lpc2.S b/bertos/cpu/arm/hw/vectors_lpc2.S index e3835ffa..71d700b8 100644 --- a/bertos/cpu/arm/hw/vectors_lpc2.S +++ b/bertos/cpu/arm/hw/vectors_lpc2.S @@ -47,7 +47,7 @@ __vectors: ldr pc, _swi /* Software interrupt */ ldr pc, _prefetch_abort /* Prefetch abort */ ldr pc, _data_abort /* Data abort */ - .word 0 /* In LPX2xxx, this location holds the checksum of the previous vectors */ + .word 0xb9205f88 /* In LPX2xxx, this location holds the checksum of the previous vectors */ ldr pc, [pc, #-0xFF0] /* Use VIC */ ldr pc, _fiq /* Fast interrupt request */