diff options
Diffstat (limited to 'firmware/target/arm/crt0-pp.S')
-rw-r--r-- | firmware/target/arm/crt0-pp.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/crt0-pp.S b/firmware/target/arm/crt0-pp.S index dac666ca1c..a0ec3a623f 100644 --- a/firmware/target/arm/crt0-pp.S +++ b/firmware/target/arm/crt0-pp.S | |||
@@ -340,11 +340,6 @@ vectors: | |||
340 | 340 | ||
341 | .text | 341 | .text |
342 | 342 | ||
343 | #ifndef STUB | ||
344 | .global irq | ||
345 | .global UIE | ||
346 | #endif | ||
347 | |||
348 | /* All illegal exceptions call into UIE with exception address as first | 343 | /* All illegal exceptions call into UIE with exception address as first |
349 | parameter. This is calculated differently depending on which exception | 344 | parameter. This is calculated differently depending on which exception |
350 | we're in. Second parameter is exception number, used for a string lookup | 345 | we're in. Second parameter is exception number, used for a string lookup |