summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc780x/crt0.S')
-rw-r--r--firmware/target/arm/tcc780x/crt0.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/tcc780x/crt0.S b/firmware/target/arm/tcc780x/crt0.S
index af5bd44192..cef27f1051 100644
--- a/firmware/target/arm/tcc780x/crt0.S
+++ b/firmware/target/arm/tcc780x/crt0.S
@@ -267,12 +267,6 @@ vectors:
267 267
268 .text 268 .text
269 269
270#if !defined(STUB)
271 .global irq
272 .global fiq
273 .global UIE
274#endif
275
276/* All illegal exceptions call into UIE with exception address as first 270/* All illegal exceptions call into UIE with exception address as first
277 parameter. This is calculated differently depending on which exception 271 parameter. This is calculated differently depending on which exception
278 we're in. Second parameter is exception number, used for a string lookup 272 we're in. Second parameter is exception number, used for a string lookup