We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a46b46 commit 01f5e12Copy full SHA for 01f5e12
libcpu/arm/cortex-r52/vector_ccs.asm
@@ -29,6 +29,5 @@ resetEntry
29
b vector_dabort
30
b vector_resv
31
b IRQ_Handler
32
- ldr pc,[pc,#-0x1b0]
33
34
;-------------------------------------------------------------------------------
libcpu/arm/cortex-r52/vector_gcc.S
@@ -38,4 +38,3 @@ system_vectors:
38
b Reserved_Handler
39
40
b FIQ_Handler
41
libcpu/arm/cortex-r52/vector_iar.S
@@ -41,5 +41,4 @@ system_vectors:
42
43
44
45
END
0 commit comments