summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/dsp/vectors.asm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/dsp/vectors.asm')
-rw-r--r--firmware/target/arm/tms320dm320/dsp/vectors.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/tms320dm320/dsp/vectors.asm b/firmware/target/arm/tms320dm320/dsp/vectors.asm
index 98d1409cb3..adba477d3f 100644
--- a/firmware/target/arm/tms320dm320/dsp/vectors.asm
+++ b/firmware/target/arm/tms320dm320/dsp/vectors.asm
@@ -30,6 +30,7 @@
30 .global _main 30 .global _main
31 .global _handle_dma0 31 .global _handle_dma0
32 .global _handle_dmac 32 .global _handle_dmac
33 .global _c_int00
33 34
34 .sect ".vectors" 35 .sect ".vectors"
35; Reset Interrupt 36; Reset Interrupt
@@ -37,7 +38,7 @@
37; currently the program is setup so that it is not necessary to save space. 38; currently the program is setup so that it is not necessary to save space.
38; reset vector should jump to _c_int00 instead of main if initialization is 39; reset vector should jump to _c_int00 instead of main if initialization is
39; needed. 40; needed.
40RS_V: BD _main 41RS_V: BD _c_int00
41 NOP 42 NOP
42 NOP 43 NOP
43 44